mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
fix: don't allow the block title to grow (#192)
This commit is contained in:
parent
1d9b56bfd1
commit
7098c8b3ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue