diff options
| author | shpuld <shp@cock.li> | 2018-04-10 22:12:59 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-10 22:12:59 +0300 |
| commit | 896fea7dbdedce3aea88b185565b4fdccde405bd (patch) | |
| tree | 545db533d6e7e4a3b03dd59bc1b3412914a6f4f2 /src/components/notifications | |
| parent | da1a222cabb6a6e2e12847393bf5f89dbf9dc56f (diff) | |
Fixes from review
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 9c9ea1d5..65ab7f5e 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -136,7 +136,7 @@ position: relative; overflow: hidden; width: 100%; - flex: 1; + flex: 1 1 0; display: flex; flex-wrap: nowrap; |
