We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85869be commit 35f8fb7Copy full SHA for 35f8fb7
Boilerplate.css
@@ -1,4 +1,4 @@
1
-/*VERSION 1.0.3*/
+/*VERSION 1.0.4*/
2
/* Makes data panel full size */
3
self {
4
width: auto !important;
@@ -24,7 +24,7 @@ hr {
24
.DataSection > .caption,
25
.toolbar {
26
margin-bottom: 4px;
27
- margin-right: 0px;
+ margin-right: -8px;
28
transform: translate(-8px, -8px);
29
border-top-left-radius: 8px;
30
border-top-right-radius: 8px;
@@ -36,6 +36,9 @@ hr {
36
37
margin-top: 0;
38
}
39
+.DataGridCollection>.toolbar>div:first-child {
40
+ flex-grow: 0;
41
+}
42
.toolbar > div > .caption {
43
margin-right:8px;
44
0 commit comments