2014-10-13 17:26:49 -04:00
|
|
|
.modal.history-modal {
|
|
|
|
button {
|
|
|
|
float: none;
|
|
|
|
}
|
2018-06-01 11:59:29 -04:00
|
|
|
.modal-body {
|
|
|
|
height: 62vh;
|
|
|
|
}
|
|
|
|
.modal-inner-container {
|
|
|
|
min-height: 400px;
|
|
|
|
}
|
|
|
|
#revisions {
|
|
|
|
max-width: 90vw;
|
|
|
|
}
|
2014-10-13 17:26:49 -04:00
|
|
|
#display-modes {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#revision-numbers {
|
2018-01-12 17:27:38 -05:00
|
|
|
line-height: $line-height-large;
|
2014-10-13 17:26:49 -04:00
|
|
|
}
|
|
|
|
img {
|
|
|
|
max-width: 95%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2018-02-06 15:02:51 -05:00
|
|
|
.revision-content {
|
|
|
|
table {
|
|
|
|
table-layout: fixed;
|
|
|
|
width: 100%;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
}
|
2014-10-13 17:26:49 -04:00
|
|
|
}
|