mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
set line height to 1.5em everywhere (#228)
This commit is contained in:
parent
445f0f6d7a
commit
1ab7d55ef7
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ html {
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
body, body * {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
body.scrollable,
|
||||
.scrollable,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue