Details
-
Bug
-
Resolution: Obsolete
-
Neutral
-
None
-
5.4.3
-
None
Description
Style in VAADIN/themes/admincentraltheme/smallapp.scss will make the layout of small app have vertical scroller. Please see attached screenshots for more details.
.section-title {
margin-top: 12px;
margin-left: 152px;
}
And:
@mixin smallappactions {
.v-csslayout-smallapp-actions {
position: relative;
left: 152px;
}
.v-button-smallapp {
min-width: 120px;
margin-right: 20px;
}
}
Checklists
Acceptance criteria