Skip to content

Commit

Permalink
Merge pull request #1902 from kayla-glick/post-bs-5-upgrade-style-fixes
Browse files Browse the repository at this point in the history
Post-BS 5 Upgrade Style Fixes
  • Loading branch information
lologarithm authored Nov 23, 2022
2 parents 950a009 + f67f164 commit ae46ebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ui/core/_sim_ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ td, th {
}

.sim-tabs {
padding-top: var(--bs-gap);
border-bottom: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion ui/core/components/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
}

.input-root.hide {
display: none;
display: none !important;
}

0 comments on commit ae46ebd

Please sign in to comment.