Browse Source

Agjust `justify-content` in traits style. Closes #1726

pull/1730/head
Artur Arseniev 8 years ago
parent
commit
738c536c80
  1. 2
      dist/css/grapes.min.css
  2. 2
      src/styles/scss/_gjs_traits.scss

2
dist/css/grapes.min.css

File diff suppressed because one or more lines are too long

2
src/styles/scss/_gjs_traits.scss

@ -15,7 +15,7 @@
.#{$trt-prefix}trait {
display: flex;
justify-content: start;
justify-content: flex-start;
padding: 5px 10px;
font-weight: lighter;

Loading…
Cancel
Save