CSS: Reduce width of the name column in name-value-pair tables

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 00:37:02 +02:00
parent 913752ddae
commit 7cfe79bd8d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
.text-small(); .text-small();
// Reset default font-weight // Reset default font-weight
font-weight: normal; font-weight: normal;
width: 200px; width: 120px;
} }
} }