mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
fix demo table layout height
This commit is contained in:
parent
4f10150dc7
commit
6dcb4493a1
2 changed files with 5 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
& td.title {
|
& td.title {
|
||||||
max-width: 0px;
|
max-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
& td.date {
|
& td.date {
|
||||||
|
|
|
||||||
|
|
@ -226,3 +226,7 @@ p.page-note {
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue