mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
Fix alignment for long filter names (#3635)
This commit is contained in:
@@ -154,6 +154,10 @@
|
||||
margin-left: auto;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.filter-button {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.nav {
|
||||
|
||||
@@ -104,6 +104,9 @@
|
||||
}
|
||||
|
||||
.filter-button {
|
||||
max-width: 90%;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
@@ -112,7 +115,6 @@
|
||||
}
|
||||
text-decoration: none;
|
||||
}
|
||||
max-width: 90%;
|
||||
|
||||
&.disabled-organization {
|
||||
max-width: 78%;
|
||||
|
||||
Reference in New Issue
Block a user