Browse Source

fix(calendar): allow text to wrap and grow tile

Long meeting titles and urls can force text outside of the
tile.
master
Leonard Kim 7 years ago
parent
commit
72922130a2
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      css/_navigate_section_list.scss

+ 2
- 1
css/_navigate_section_list.scss View File

@@ -17,9 +17,9 @@
17 17
     border-radius: 4px;
18 18
     box-sizing: border-box;
19 19
     display: inline-flex;
20
-    height: 100px;
21 20
     margin-bottom: 8px;
22 21
     margin-right: 8px;
22
+    min-height: 100px;
23 23
     padding: 16px;
24 24
     width: 100%;
25 25
 
@@ -56,6 +56,7 @@
56 56
 }
57 57
 .navigate-section-list-tile-info {
58 58
     flex: 1;
59
+    word-break: break-word;
59 60
 }
60 61
 .navigate-section-tile-title {
61 62
     @extend %navigate-section-list-tile-text;

Loading…
Cancel
Save