fix: don't allow the block title to grow (#192)

This commit is contained in:
Sylvie Crowe
2024-08-01 01:29:47 -07:00
committed by GitHub
parent 1d9b56bfd1
commit 7098c8b3ea
+1 -1
View File
@@ -94,7 +94,7 @@
align-items: center;
gap: 8px;
color: var(--main-text-color);
flex: 1 1 auto;
flex: 0 1 auto;
overflow-x: hidden;
min-width: 0;