Skip to content

Commit

Permalink
fix: inconsistent sizing, close #207
Browse files Browse the repository at this point in the history
  • Loading branch information
zuramai committed Mar 30, 2023
1 parent 7bafdb6 commit ebab6bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/assets/scss/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@
// Vendor: Datatable
.dataTable-input {
min-height: calc(1.5em + 0.934rem + 2px);
padding: 0.467rem 0.6rem;
padding: 0.467rem 0.6rem !important;
font-size: 0.9025rem;
font-weight: 400;
line-height: 1.5;
color: #555252;
color: #7e7a7a;
background-color: white;
background-clip: padding-box;
border: 1px solid #DFE3E7;
Expand All @@ -195,6 +195,9 @@
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
}
.dataTable-selector {
padding:0.375rem 1.75rem 0.375rem 0.75rem
}

// Vendor: Choices
.choices__inner {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/pages/datatables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

table.dataTable td{
padding: 15px 8px;
padding: 15px 8px !important;
}
.fontawesome-icons .the-icon svg {
font-size: 24px;
Expand Down

0 comments on commit ebab6bf

Please sign in to comment.