Skip to content

Commit

Permalink
Update styles so we can delete a change in Plait
Browse files Browse the repository at this point in the history
  • Loading branch information
mchapman committed May 22, 2024
1 parent f078c91 commit 42ee980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/fng-ui-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
background-color: rgba(255, 0, 0, 0.10);
}

fng-ui-select div[id$="width-helper"] {
fng-ui-select div[id*="width-helper"] {
margin-bottom: 0px!important;
}

fng-ui-select div[id$="width-helper"] div {
fng-ui-select div[id*="width-helper"] div {
min-height: 0px;
}

fng-ui-select div[id$="width-helper"] label.control-label {
fng-ui-select div[id*="width-helper"] label.control-label {
padding-top: 0px!important;
min-height: 0px!important;
}
Expand Down

0 comments on commit 42ee980

Please sign in to comment.