2
0
Fork 0
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:
Kris 2018-02-06 15:02:51 -05:00
parent 884b9d4b78
commit 900f37e5a9
4 changed files with 10 additions and 2 deletions

View file

@ -17,4 +17,11 @@
max-width: 95%;
height: auto;
}
.revision-content {
table {
table-layout: fixed;
width: 100%;
word-wrap: break-word;
}
}
}