Fix alignment for long filter names (#3635)

This commit is contained in:
Thomas Rittson 2022-09-29 08:55:51 +10:00 committed by GitHub
parent 188ee5df4f
commit 24a7abbba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -154,6 +154,10 @@
margin-left: auto;
margin-right: 5px;
}
.filter-button {
white-space: nowrap;
}
}
.nav {

View File

@ -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%;