CSS: Reduce width of the name column in name-value-pair tables
refs #5543
This commit is contained in:
parent
913752ddae
commit
7cfe79bd8d
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue