mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:23:43 +08:00
Full-width markdown table on mobile
This commit is contained in:
parent
35bef72d4e
commit
cc96af07d1
|
@ -438,4 +438,9 @@ div.ac-wrap {
|
||||||
.md-table {
|
.md-table {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
.mobile-view & {
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user