mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-21 10:24:08 +02:00
force table to display as a table
Otherwise table-layout has no effect. I'm not sure why this broke, possibly https://github.com/google/docsy/pull/1255.
This commit is contained in:
parent
5c52d4f714
commit
0907cf794a
|
|
@ -340,6 +340,7 @@ footer {
|
|||
}
|
||||
|
||||
table {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
|
||||
|
|
@ -463,9 +464,3 @@ Make padding symmetrical (this selector is used in the default styles to apply p
|
|||
background-repeat: no-repeat;
|
||||
padding-left: 100px;
|
||||
}
|
||||
|
||||
/* Full-width tables */
|
||||
.td-content > table {
|
||||
width: 100%;
|
||||
display: table;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue