Procházet zdrojové kódy

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

Long meeting titles and urls can force text outside of the
tile.
master
Leonard Kim před 7 roky
rodič
revize
72922130a2
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      css/_navigate_section_list.scss

+ 2
- 1
css/_navigate_section_list.scss Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit