mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
UX: Allow history modal to scale down on smaller screens
This commit is contained in:
parent
884b9d4b78
commit
900f37e5a9
4 changed files with 10 additions and 2 deletions
|
@ -17,4 +17,11 @@
|
|||
max-width: 95%;
|
||||
height: auto;
|
||||
}
|
||||
.revision-content {
|
||||
table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue