Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 749b8e7

Browse files
committed
FIX: input prompt styling
1 parent 3ab22f5 commit 749b8e7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

styles/snippet-injector.less

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,28 @@
99

1010
#input-prompt {
1111
min-width: 500px;
12-
height: auto;
12+
height: 30px;
1313

1414
#prompt-input {
15-
width: 60%;
15+
width: 62%;
1616
padding-left: 5px;
1717
float: left;
1818
margin-right: 1%;
19+
height: 30px;
1920
}
2021

2122
#prompt-confirm, #prompt-cancel {
2223
width: 18%;
23-
margin-right: 1%;
24+
height: 30px;
25+
font-size: 14px;
2426
}
2527
}
2628

2729
#search-prompt {
2830

2931
#prompt-list {
3032
margin-bottom: 20px;
31-
33+
3234
.list-item {
3335
padding: 10px;
3436
font-size: 13px;

0 commit comments

Comments
 (0)