1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 17:19:38 +02:00

Assign min width to the button

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1886
This commit is contained in:
Raymond Hill 2021-12-19 08:13:43 -05:00
parent 41d7390b37
commit a86e804c9c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -14,6 +14,9 @@ h3 {
:root.mobile .supportEntry {
flex-direction: column;
}
.supportEntry > * {
min-width: 6em;
}
.supportEntry > div:first-of-type {
flex-grow: 1;
}