Skip to content

Commit

Permalink
style: css spacing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrassa committed Jul 2, 2024
1 parent 622c607 commit 8583774
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/styles/bootstrap/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ input[bsDatepicker] + span {
padding-top: calc(#{$input-padding-y} + 1px);
}

.form-check-inline .form-check-label {
margin-top: $spacer * 0.5;
margin-bottom: 0;
}

.form-inline-edit-item {
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
display: flex;
Expand Down
1 change: 0 additions & 1 deletion src/styles/bootstrap/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ $anchored-table-min-height: 375px !default;

tr.cdk-row-expanded-details {
& > td {
padding-top: 0;
border-top: none;
}
}
Expand Down

0 comments on commit 8583774

Please sign in to comment.