This commit is contained in:
Jeremy Thomas 2017-08-01 19:54:46 +01:00
parent 9648eafd89
commit 94fcaa55f6
4 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,7 @@
### Issues closed
* #989 `navbar-brand` overflowing on mobile
* #975 Variable `$table-head-color` isn't used
* #964 Tabs sass file throwing error with `!important`
* #949 `.is-size-7` helper is missing

View File

@ -1,4 +1,4 @@
<div id="meta" class="field is-grouped">
<div id="meta" class="field is-grouped is-grouped-multiline">
{% if include.new %}
<div class="control">

File diff suppressed because one or more lines are too long

View File

@ -49,6 +49,7 @@ $navbar-divider-background-color: $border !default
align-items: stretch
display: flex
flex-shrink: 0
max-width: 100vw
min-height: $navbar-height
overflow-x: auto
overflow-y: hidden