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