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 {
display: inline-block;
*display: inline;
zoom: 1;
padding-top: 3px;
padding-left: 3px;
padding-right: 3px;
border: 1px solid #aaa;
border-radius: 3px;
background: #eee;
margin: 1px;
margin-left: 5px;
margin-right: 5px;
margin: 5px;
padding: 5px;
padding-top: 1px;
padding-bottom: 1px;
color: var(--bs-body-color);
border: 1px solid var(--border-color);
border-radius: 10px;
background: var(--secondary-color);
white-space: nowrap;
}