Update CSS for table filter tags (#4803)

This commit is contained in:
Oliver 2023-05-13 22:44:04 +10:00 committed by GitHub
parent b2ceac2c4a
commit 1d384572ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,16 +301,14 @@ main {
.filter-tag { .filter-tag {
display: inline-block; display: inline-block;
*display: inline; *display: inline;
zoom: 1; margin: 5px;
padding-top: 3px; padding: 5px;
padding-left: 3px; padding-top: 1px;
padding-right: 3px; padding-bottom: 1px;
border: 1px solid #aaa; color: var(--bs-body-color);
border-radius: 3px; border: 1px solid var(--border-color);
background: #eee; border-radius: 10px;
margin: 1px; background: var(--secondary-color);
margin-left: 5px;
margin-right: 5px;
white-space: nowrap; white-space: nowrap;
} }