Skip to content

Commit 35f8fb7

Browse files
Caption and Toolbar Sized Correctly.css
Used negative margin and transform of caption/toolbar classes to fit snugly. This will allow for future alternate caption background-colors.
1 parent 85869be commit 35f8fb7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Boilerplate.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*VERSION 1.0.3*/
1+
/*VERSION 1.0.4*/
22
/* Makes data panel full size */
33
self {
44
width: auto !important;
@@ -24,7 +24,7 @@ hr {
2424
.DataSection > .caption,
2525
.toolbar {
2626
margin-bottom: 4px;
27-
margin-right: 0px;
27+
margin-right: -8px;
2828
transform: translate(-8px, -8px);
2929
border-top-left-radius: 8px;
3030
border-top-right-radius: 8px;
@@ -36,6 +36,9 @@ hr {
3636
.toolbar {
3737
margin-top: 0;
3838
}
39+
.DataGridCollection>.toolbar>div:first-child {
40+
flex-grow: 0;
41+
}
3942
.toolbar > div > .caption {
4043
margin-right:8px;
4144
}

0 commit comments

Comments
 (0)