We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2413df5 commit 7e90dcbCopy full SHA for 7e90dcb
stroom-app/src/main/resources/ui/css/stroom.css
@@ -646,7 +646,6 @@ select option:disabled {
646
.info-page {
647
color: var(--text-color);
648
padding: 5px;
649
- padding-top: 0;
650
white-space: nowrap;
651
}
652
stroom-core-client/src/main/resources/stroom/dashboard/client/query/SelectionHandlerViewImpl.ui.xml
@@ -17,7 +17,7 @@
17
<g:center>
18
<form:FormGroup addStyleNames="max" identity="selectionHandlerCurrentSelection"
19
label="Current Selection">
20
- <g:MaxScrollPanel addStyleNames="max stroom-control">
+ <g:MaxScrollPanel addStyleNames="max form-control-border form-control-background">
21
<g:SimplePanel ui:field="currentSelection"/>
22
</g:MaxScrollPanel>
23
</form:FormGroup>
0 commit comments