aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionViewChromes.scss
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-06-04 12:46:51 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-06-04 12:46:51 +0530
commit4cdd53c1208cd17593e0ecdb34e89265760a6512 (patch)
tree9ff39edcb45fe7d69c9d0ebc5206d1488ca64288 /src/client/views/collections/CollectionViewChromes.scss
parenta8b18ac0e320d65fb2a2bfa45578b10b6c929748 (diff)
added numcols buttons to chrome + fixed some chrome css + added rowheight slider + rowheight slider css + fixed bug on document delete in freeform and reenter grid
Diffstat (limited to 'src/client/views/collections/CollectionViewChromes.scss')
-rw-r--r--src/client/views/collections/CollectionViewChromes.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.scss b/src/client/views/collections/CollectionViewChromes.scss
index 42ec35853..f6027471b 100644
--- a/src/client/views/collections/CollectionViewChromes.scss
+++ b/src/client/views/collections/CollectionViewChromes.scss
@@ -181,9 +181,16 @@
.grid-control {
align-self: center;
width: 30%;
+ display: flex;
+ flex-direction: row;
.grid-icon {
margin-right: 5px;
+ align-self: center;
+ }
+
+ .flexLabel {
+ margin-bottom: 0;
}
}