Skip to content

Commit a214129

Browse files
committed
関数名がバッジに隠れないように修正
.others 下の関数名がバッジに隠れる場合があったので、隠れず改行されるようにスタイルを修正しました。
1 parent 383151e commit a214129

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/kunai/site/sidebar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,8 @@ main[role="main"] .kunai-sidebar.force-legacy {
744744
ul.others > li.other {
745745
.cr-index {
746746
ul.keys {
747-
display: inline-block;
747+
display: inline-flex;
748+
flex-direction: row;
748749
padding-left: 2px;
749750
> li.key {
750751
display: inline-block;

0 commit comments

Comments
 (0)