Browse Source

adding

release/0.2
Björn 3 years ago
parent
commit
3c697e8c19
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dist/plain-ui.css
  2. +1
    -1
      src/scss/components/_bar.scss

+ 1
- 1
dist/plain-ui.css View File

@ -945,7 +945,7 @@ img.media {
justify-content: start; justify-content: start;
} }
.bar__main { .bar__main {
width: 100%;
flex-grow: 1;
} }
.bar__end { .bar__end {
justify-content: end; justify-content: end;


+ 1
- 1
src/scss/components/_bar.scss View File

@ -23,7 +23,7 @@
} }
&__main { &__main {
width: 100%;
flex-grow: 1;
} }
&__end { &__end {


Loading…
Cancel
Save