mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #989
This commit is contained in:
parent
9648eafd89
commit
94fcaa55f6
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
### Issues closed
|
### Issues closed
|
||||||
|
|
||||||
|
* #989 `navbar-brand` overflowing on mobile
|
||||||
* #975 Variable `$table-head-color` isn't used
|
* #975 Variable `$table-head-color` isn't used
|
||||||
* #964 Tabs sass file throwing error with `!important`
|
* #964 Tabs sass file throwing error with `!important`
|
||||||
* #949 `.is-size-7` helper is missing
|
* #949 `.is-size-7` helper is missing
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div id="meta" class="field is-grouped">
|
<div id="meta" class="field is-grouped is-grouped-multiline">
|
||||||
|
|
||||||
{% if include.new %}
|
{% if include.new %}
|
||||||
<div class="control">
|
<div class="control">
|
||||||
|
File diff suppressed because one or more lines are too long
@ -49,6 +49,7 @@ $navbar-divider-background-color: $border !default
|
|||||||
align-items: stretch
|
align-items: stretch
|
||||||
display: flex
|
display: flex
|
||||||
flex-shrink: 0
|
flex-shrink: 0
|
||||||
|
max-width: 100vw
|
||||||
min-height: $navbar-height
|
min-height: $navbar-height
|
||||||
overflow-x: auto
|
overflow-x: auto
|
||||||
overflow-y: hidden
|
overflow-y: hidden
|
||||||
|
Loading…
Reference in New Issue
Block a user