Skip to content

Commit

Permalink
Fixed conflicting css for control-label (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwan-ep authored Feb 21, 2020
1 parent 158c9fa commit 650abb0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/components/src/QuickOrderForm/quickorderform.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
.bulk-item {
display: flex;
align-items: flex-end;
}
.bulk-item-col {
display: inline-block;
}
.bulk-item-col {
display: inline-block;
}

.control-label {
height: 15px;
width: 100%;
margin: 22px 0 0;
color: @firstComplimentTextColor;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
.control-label {
height: 15px;
width: 100%;
margin: 22px 0 0;
color: @firstComplimentTextColor;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
}
}

.input-group-btn {
Expand Down

0 comments on commit 650abb0

Please sign in to comment.