mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 14:53:39 +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 {
|
||||
overflow-y: auto;
|
||||
margin: 1em 0;
|
||||
.mobile-view & {
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user