Give more space to descriptions

pull/1624/head
Pitou 2019-12-12 16:22:46 +01:00
parent dabd8032a1
commit f88f3fd858
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ export function KeyValShowRow(p: KeyValRowProps) {
<Col xs={4}>
<label>{label}</label>
</Col>
<Col xs={4}>
<Col xs={6}>
<p>{value}</p>
</Col>
<Col xs={4}>
<Col xs={2}>
<ToggleButton
toggleValue={toggleValue}
toggleAction={onClick}