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 46fac35 commit f9359b8Copy full SHA for f9359b8
1 file changed
src/components/BootstrapBlazor.DockView/wwwroot/css/dockview-bb.css
@@ -209,11 +209,12 @@
209
width: var(--bb-dockview-aside-width);
210
display: flex;
211
align-items: flex-start;
212
- justify-content: center;
+ justify-content: start;
213
+ flex-direction: column;
214
}
215
216
.bb-dockview .bb-dockview-aside-left {
- left: 0
217
+ left: 2px;
218
219
220
.bb-dockview .bb-dockview-aside-right {
0 commit comments