mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-03-09 13:00:53 +01:00
fix padding
This commit is contained in:
parent
844eb58920
commit
70c7a1ca21
@ -591,7 +591,7 @@ html, body, #main {
|
|||||||
|
|
||||||
.line {
|
.line {
|
||||||
margin: 0px 5px 0px 5px;
|
margin: 0px 5px 0px 5px;
|
||||||
padding: 10px 5px 5px 12px;
|
padding: 10px 5px 0px 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user