Skip to content

Commit

Permalink
GDB-9042 Fixing rdf search field buttons font size (#1111)
Browse files Browse the repository at this point in the history
## What
Fixing rdf search field buttons font size.

## Why
The buttons font size css property was reset to something which doesn't have one which resulted in font size set to 0px.

## How
Fixed the override and now font size is 16px as expected and scales down to 14px on lower resolutions.
  • Loading branch information
svilenvelikov authored Oct 26, 2023
1 parent 07734fa commit c5d0eb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/css/bootstrap-graphdb-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1139,10 +1139,6 @@ h3 [class^=icon-] {
display: none;
}

.status-bar .btn {
font-size: inherit;
}

.status-bar .btn-group .dropdown-toggle {
margin-right: 0;
}
Expand Down

0 comments on commit c5d0eb3

Please sign in to comment.