Merge pull request #18016 from atom/sm/auto-complete

Fix autocomplete icon
This commit is contained in:
simurai 2018-09-12 15:05:49 +09:00 committed by GitHub
commit e865182393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

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

View File

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