mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
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 {
|
:root.mobile .supportEntry {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
.supportEntry > * {
|
||||||
|
min-width: 6em;
|
||||||
|
}
|
||||||
.supportEntry > div:first-of-type {
|
.supportEntry > div:first-of-type {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user