Browse Source

Merge pull request #3647 from JoshuaWhatley/bug/3474

Bug/3474
bubble
kyle 7 years ago
committed by GitHub
parent
commit
ca98ed114a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/style/_layout.scss

+ 3
- 0
src/style/_layout.scss View File

@@ -252,8 +252,11 @@
font-size: 16px; font-size: 16px;


display: flex; display: flex;
flex: 0 3 auto;
align-items: center; align-items: center;


word-break: break-all;

padding: 0 10px; padding: 0 10px;


@include text_code(); @include text_code();


Loading…
Cancel
Save