mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:29:22 +08:00
Set line height on entire row, not two columns
This commit is contained in:
parent
d50a598e62
commit
2f59c5c513
|
@ -177,6 +177,8 @@ table {
|
|||
}
|
||||
|
||||
.display-row {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
padding: 5px;
|
||||
&:nth-of-type(1) {
|
||||
border-top: 0;
|
||||
|
@ -190,8 +192,6 @@ table {
|
|||
clear: both;
|
||||
}
|
||||
.field {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
font-weight: bold;
|
||||
width: 196px;
|
||||
float: left;
|
||||
|
@ -199,8 +199,6 @@ table {
|
|||
}
|
||||
.value {
|
||||
width: 250px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
float: left;
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user