File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
java/com/flowingcode/vaadin/addons/twincolgrid
resources/META-INF/resources/frontend/styles Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -375,6 +375,7 @@ private VerticalLayout createVerticalContainer(boolean reverse) {
375
375
376
376
private VerticalLayout getVerticalButtonContainer () {
377
377
fakeButtonContainerLabel .getElement ().setProperty ("innerHTML" , " " );
378
+ fakeButtonContainerLabel .setClassName ("fake-button-container-label" );
378
379
updateFakeButtonContainerVisiblity ();
379
380
380
381
VerticalLayout vButtonContainer =
Original file line number Diff line number Diff line change 44
44
color : var (--lumo-error-text-color );
45
45
}
46
46
47
+ .twincol-grid .fake-button-container-label {
48
+ font-size : var (--lumo-font-size-s );
49
+ margin-bottom : calc (var (--vaadin-button-margin , var (--lumo-space-xs ))* -1 );
50
+ }
You can’t perform that action at this time.
0 commit comments