Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79fc083

Browse files
author
PreslavKozovski
committedMar 30, 2018
fix: IE drop-down height
1 parent 5282c15 commit 79fc083

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎php/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,4 +369,8 @@ header .container h1.visible-sm {
369369

370370
#menu > li:nth-child(2) > a:nth-child(1){
371371
display: none;
372+
}
373+
374+
#configurator span.k-input{
375+
height: auto;
372376
}

0 commit comments

Comments
 (0)
Please sign in to comment.