Skip to content

Commit 769b756

Browse files
committed
feat: Adjust margin for sq-field-wrapper in DataTable hover state for improved layout
1 parent 091e1f3 commit 769b756

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

dist/resources/css/sequra-core.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,6 +1911,9 @@ tr:has(.sqm--log):hover {
19111911
align-items: center;
19121912
gap: 1rem;
19131913
}
1914+
.sq-datatable__search .sq-field-wrapper {
1915+
margin-bottom: 0 !important;
1916+
}
19141917
.sq-datatable__selector {
19151918
padding: 8px 16px !important;
19161919
color: #000 !important;

src/design/design.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ tr:has(.sqm--log):hover {
222222
display: flex;
223223
align-items: center;
224224
gap: 1rem;
225+
226+
.sq-field-wrapper {
227+
margin-bottom: 0!important;
228+
}
225229
}
226230

227231
&__selector {

0 commit comments

Comments
 (0)