This commit is contained in:
Jeremy Thomas 2018-09-04 15:37:15 +02:00
parent ceae8a675e
commit 3243ea546e
4 changed files with 595 additions and 141 deletions

View File

@ -14,6 +14,7 @@
* #1964 Allow `.notification` to have a `.dropdown-item`
* #1999 Change `$border` to `$grey-lighter` in mixins
* #2085 `.media-content` will allow scrolling horizontally if the content is too wide
### Bug fixes

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -42,3 +42,7 @@
flex-grow: 1
flex-shrink: 1
text-align: left
+mobile
.media-content
overflow-x: auto