mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Change disclaimer link container to flex box
With this change, long disclaimer links can be wrapped into new line instead of clipped in single line. Bug: T282314 Change-Id: I6a4fc4f62a9e593aa990de5d578059facb9b87d9
This commit is contained in:
parent
1f2b7dff15
commit
215364be3a
|
@ -7,6 +7,9 @@
|
|||
ul {
|
||||
// This is, like, the area for the disclaimer.
|
||||
&.hlist {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
li {
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue