mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
Fix icon in autocomplete popover
This commit is contained in:
@@ -123,6 +123,12 @@
|
||||
.list-group li {
|
||||
padding-left: @popover-list-padding;
|
||||
}
|
||||
|
||||
// Un-reset icon in popover lists
|
||||
.icon.icon {
|
||||
display: inline-block;
|
||||
height: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-sortable {
|
||||
|
||||
@@ -123,6 +123,12 @@
|
||||
.list-group li {
|
||||
padding-left: @popover-list-padding;
|
||||
}
|
||||
|
||||
// Un-reset icon in popover lists
|
||||
.icon.icon {
|
||||
display: inline-block;
|
||||
height: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-sortable {
|
||||
|
||||
Reference in New Issue
Block a user