You may not need flexbox everywhere
This commit is contained in:
parent
a4994fd879
commit
5e9a98439d
1 changed files with 1 additions and 3 deletions
|
@ -101,6 +101,7 @@
|
|||
height: 18px;
|
||||
width: 18px;
|
||||
margin-right: 0.4em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.status-heading {
|
||||
|
@ -117,7 +118,6 @@
|
|||
line-height: 1.3;
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
@ -137,8 +137,6 @@
|
|||
flex-wrap: wrap;
|
||||
|
||||
.nowrap {
|
||||
display: flex;
|
||||
align-items: end;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue