Explorar o código

fix: Prevent the library label from being collapsed (#7579)

みけCAT hai 1 ano
pai
achega
3b0593baa7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/excalidraw/components/Sidebar/SidebarTrigger.scss

+ 1 - 0
packages/excalidraw/components/Sidebar/SidebarTrigger.scss

@@ -29,6 +29,7 @@
 
   .default-sidebar-trigger .sidebar-trigger__label {
     display: block;
+    white-space: nowrap;
   }
 
   &.excalidraw--mobile .default-sidebar-trigger .sidebar-trigger__label {