Only add the documentation bottom padding when expanded

This commit is contained in:
Bryan Housel
2019-02-01 14:02:36 -05:00
parent b75b7c567d
commit df093b25fe
+2
View File
@@ -2237,6 +2237,8 @@ div.combobox {
flex: 1 1 auto;
width: 100%;
overflow: hidden;
}
.tag-reference-body.expanded {
padding-bottom: 10px;
}
.tag-reference-description {