mirror of https://github.com/gorhill/uBlock.git
Assign min width to the button
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1886
This commit is contained in:
parent
41d7390b37
commit
a86e804c9c
|
@ -14,6 +14,9 @@ h3 {
|
|||
:root.mobile .supportEntry {
|
||||
flex-direction: column;
|
||||
}
|
||||
.supportEntry > * {
|
||||
min-width: 6em;
|
||||
}
|
||||
.supportEntry > div:first-of-type {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue