Sfoglia il codice sorgente

Handle overflows in character names

oobabooga 2 anni fa
parent
commit
9c7fe2ec5d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      extensions/gallery/script.py

+ 1 - 0
extensions/gallery/script.py

@@ -42,6 +42,7 @@ def generate_html():
         display: block;
         display: block;
         font-size: 1.2rem;
         font-size: 1.2rem;
         font-weight: 600;
         font-weight: 600;
+        overflow-wrap: anywhere;
       }
       }
     """
     """