mirror of
https://github.com/richi3f/candy-calc.git
synced 2026-04-25 07:36:45 -05:00
Fix alignment of table cells
This commit is contained in:
parent
a58d5e9da5
commit
30e6d6f907
|
|
@ -265,6 +265,10 @@ tr th[rowspan] {
|
|||
background: #333
|
||||
}
|
||||
|
||||
#calc table td {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
#calc table label {
|
||||
text-indent: 2.25em;
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user