Skip to content

Commit 5aa6502

Browse files
committed
Add border to QuickAdd table
1 parent a5a390d commit 5aa6502

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

client/styles/components/_quick-add.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
.quick-add-wrapper {
22
min-width: #{600 / $base-font-size}rem;
3-
overflow-y: scroll;
3+
padding: #{24 / $base-font-size}rem;
4+
height: 100%;
45
}
56

67
.quick-add {
78
width: auto;
8-
padding: #{24 / $base-font-size}rem;
9+
overflow-y: scroll;
10+
height: 100%;
11+
@include themify() {
12+
border: 1px solid getThemifyVariable('modal-border-color');
13+
}
914
}
1015

1116
.quick-add__item {

0 commit comments

Comments
 (0)