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) {
375375
376376 private VerticalLayout getVerticalButtonContainer () {
377377 fakeButtonContainerLabel .getElement ().setProperty ("innerHTML" , " " );
378+ fakeButtonContainerLabel .setClassName ("fake-button-container-label" );
378379 updateFakeButtonContainerVisiblity ();
379380
380381 VerticalLayout vButtonContainer =
Original file line number Diff line number Diff line change 4444 color : var (--lumo-error-text-color );
4545}
4646
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