mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix line-height in tables
This commit is contained in:
parent
6c2fd7a7c0
commit
df1bd06a47
1 changed files with 3 additions and 1 deletions
|
@ -386,7 +386,9 @@ table td,table th{
|
|||
-moz-border-radius:6px;
|
||||
border-radius:6px;
|
||||
}
|
||||
.content p,.content li{
|
||||
.content p,
|
||||
.content li,
|
||||
.content table{
|
||||
line-height:1.5em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue