mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 13:49:10 +01:00
Fix table headers (#980)
Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
This commit is contained in:
parent
c2c27891c9
commit
d4b752def9
2 changed files with 2 additions and 4 deletions
|
@ -630,8 +630,7 @@ footer .ui.language .menu {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.markdown:not(code) table {
|
.markdown:not(code) table {
|
||||||
display: block;
|
width: auto;
|
||||||
width: 100%;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
word-break: keep-all;
|
word-break: keep-all;
|
||||||
|
|
|
@ -240,8 +240,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
display:block;
|
width:auto;
|
||||||
width:100%;
|
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
word-break:normal;
|
word-break:normal;
|
||||||
word-break:keep-all;
|
word-break:keep-all;
|
||||||
|
|
Loading…
Reference in a new issue