Fix diff view node properties table rendering

This commit is contained in:
Nick O'Leary
2017-07-26 07:47:19 -07:00
parent 1c0e794f87
commit 0f93929544
3 changed files with 23 additions and 11 deletions

View File

@@ -132,7 +132,7 @@
table {
border-collapse: collapse;
table-layout:fixed;
// Fix for table-layout: fixed on safari:
max-width: none;
width: auto;
@@ -313,6 +313,10 @@
margin-bottom: 6px;
text-align: center;
}
.node-diff-element {
display: inline-block;
width: calc(100% - 20px);
}
.node-diff-node-description {
color: $form-text-color;