mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-30 23:01:30 +01:00
Fix clipping in the tab layouts by swapping margins for padding (#177)
<img width="132" alt="image" src="https://github.com/user-attachments/assets/3550f307-fc8d-4dd8-b9d8-3e2e8d9ad395">
This commit is contained in:
parent
5a6be9bc43
commit
e6dc6c561e
@ -11,7 +11,7 @@
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
margin: 3px;
|
||||
padding: 3px;
|
||||
|
||||
.block-container {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user