Explorar el Código

fix: breadcrumb wrap on portal header

Konstantinos Kaloutas hace 2 años
padre
commit
17dbb40f1b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tldraw/apps/tldraw-logseq/src/styles.css

+ 1 - 0
tldraw/apps/tldraw-logseq/src/styles.css

@@ -748,6 +748,7 @@ button.tl-select-input-trigger {
   .breadcrumb {
     text-overflow: ellipsis;
     overflow: hidden;
+    flex-wrap: nowrap;
   }
 
   .block-content {