Skip to content

Commit

Permalink
Fix safari regressions
Browse files Browse the repository at this point in the history
Signed-off-by: Aaryan Porwal <[email protected]>
  • Loading branch information
aaryanporwal committed Jan 16, 2024
1 parent 64ff69e commit 5a94be4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/sass/_selectable_main_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
}
}

// fix for safari https://warthogs.atlassian.net/browse/WD-7486
.multiselect-checkbox span.p-checkbox__label {
padding-left: 0;
}

.selected-row {
background-color: #e6f2ff;
}
Expand Down
3 changes: 2 additions & 1 deletion src/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ $border-thin: 1px solid $color-mid-light !default;
.p-breadcrumbs__item {
font-size: #{map.get($font-sizes, h4-mobile)}rem;
font-weight: 275;
line-height: 2rem;
line-height: 1.45rem;
margin-bottom: 0;
margin-top: 0;
padding-top: 0;
Expand Down Expand Up @@ -245,6 +245,7 @@ $border-thin: 1px solid $color-mid-light !default;
}

.help-link {
align-items: center;
display: flex;

.help-link-icon {
Expand Down

0 comments on commit 5a94be4

Please sign in to comment.