Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Fixing arrow alignment in combo editor.
  • Loading branch information
mcgilman authored Oct 19, 2023
1 parent aac71c5 commit dc76d38
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
box-shadow:0 3px 6px rgba(0,0,0,0.3);
}

.combo-arrow {
.combo .combo-arrow {
float: right;
width: 10px;
margin-top: 4px;
line-height: 30px;
}

.combo-text {
.combo .combo-text {
float: left;
overflow: hidden;
white-space: nowrap;
Expand Down

0 comments on commit dc76d38

Please sign in to comment.