Skip to content

Commit 366650e

Browse files
committed
ux(dashboard): fixed scss issue
1 parent be99c3e commit 366650e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/sass/pages/_dashboard.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ div.flot-text {
290290

291291
.dash-row-show-title {
292292
.dash-row-header {
293-
display: block;
293+
display: flex;
294294
}
295295
}
296296

@@ -311,7 +311,7 @@ div.flot-text {
311311

312312
.dash-edit-mode {
313313
.dash-row-header {
314-
display: block;
314+
display: flex;
315315
}
316316
.dash-row {
317317
border-left: 1px solid $dark-4;

0 commit comments

Comments
 (0)