You may not need flexbox everywhere

This commit is contained in:
itepechi 2023-09-09 05:39:26 +09:00
parent a4994fd879
commit 5e9a98439d
1 changed files with 1 additions and 3 deletions

View File

@ -101,6 +101,7 @@
height: 18px; height: 18px;
width: 18px; width: 18px;
margin-right: 0.4em; margin-right: 0.4em;
vertical-align: middle;
} }
.status-heading { .status-heading {
@ -117,7 +118,6 @@
line-height: 1.3; line-height: 1.3;
a { a {
display: inline-block;
word-break: break-all; word-break: break-all;
} }
} }
@ -137,8 +137,6 @@
flex-wrap: wrap; flex-wrap: wrap;
.nowrap { .nowrap {
display: flex;
align-items: end;
white-space: nowrap; white-space: nowrap;
} }
} }