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 {
|
||||
line-height: 1.4; // match 'ul a' link height
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
@media screen and (max-height: 360px) {
|
||||
// two column grid to avoid scroll
|
||||
|
|
Loading…
Reference in New Issue