fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ancient typo
[fnpeditor.git]
/
src
/
editor
/
views
/
openSelect
/
openSelect.less
1
.openSelect {
2
@lineHeight: 13px;
3
4
line-height: @lineHeight;
5
6
.toggle-wrapper {
7
width: 1em;
8
:link {
9
text-decoration: none;
10
outline: none;
11
}
12
}
13
14
.input-wrapper {
15
margin: 0;
16
border: 0;
17
padding: 0 0 0 1em;
18
width: calc(~"100% - 1em");
19
margin-top: -@lineHeight;
20
}
21
22
.dropdown-menu {
23
overflow: auto;
24
}
25
}