NIFI-12248: (#7906)

- Fixing arrow alignment in combo editor.
This commit is contained in:
Matt Gilman 2023-10-19 13:56:55 -04:00 committed by GitHub
parent aac71c5aa1
commit dc76d3896d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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;