mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: 100% Width for logout button (#12243)
This commit sets the width for the logout button to be 100% to allow for clicking outside of the text to still work as expected.
This commit is contained in:
parent
79502b5b10
commit
3019b6d8d2
@ -362,6 +362,8 @@
|
|||||||
}
|
}
|
||||||
ul button {
|
ul button {
|
||||||
line-height: 1.4; // match 'ul a' link height
|
line-height: 1.4; // match 'ul a' link height
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
@media screen and (max-height: 360px) {
|
@media screen and (max-height: 360px) {
|
||||||
// two column grid to avoid scroll
|
// two column grid to avoid scroll
|
||||||
|
Loading…
Reference in New Issue
Block a user