mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Set line height on entire row, not two columns
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user