Skip to content

Commit

Permalink
Fix minor styling issue with sidebar property headings in rapid datas…
Browse files Browse the repository at this point in the history
…ets.
  • Loading branch information
Benjamin Clark committed Dec 12, 2024
1 parent 41bbbcc commit 23a7c65
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions css/80_app_fb.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,15 @@ button.rapid-features.layer-off use {
.rapid-inspector .tag-heading,
.overture-inspector .property-heading {
margin-right: 5px;
margin-top: 5px;
padding-left: 3px;
font-size: larger;
}

.overture-inspector .property-heading {
margin-top: 5px;
font-size: larger;
}


.rapid-inspector .tag-info .tag-entry {
display: flex;
flex: 0 1 auto;
Expand Down

0 comments on commit 23a7c65

Please sign in to comment.