Skip to content

Commit

Permalink
fix conflicting padding rules
Browse files Browse the repository at this point in the history
We change the padding rules of both .sv_nav and .sv-action-bar
so they do not conflict anymore, given they can be assigned to the same
div element using the default theme.

fixes #6159
  • Loading branch information
bilelg-tng committed May 15, 2023
1 parent be0b662 commit 263a57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/default-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ f-panel {
position: relative;
align-items: center;
margin-left: auto;
padding: 0 0 0 16px;
padding-left: 16px;
overflow: hidden;
white-space: nowrap;
}
Expand Down
2 changes: 1 addition & 1 deletion src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ body {

.sv_nav {
display: block;
padding: 1em 0;
padding-top: 1em;
min-height: var(--base-line-height, $base-line-height);

.sv_nav_btn {
Expand Down

0 comments on commit 263a57a

Please sign in to comment.