Skip to content
Snippets Groups Projects

Resolve "Provide CSS to prevent chip overflow"

Merged Jonathan Weth requested to merge 506-provide-css-to-prevent-chip-overflow into master
Files
2
@@ -377,6 +377,12 @@ span.badge .material-icons {
margin-left: -2px;
}
.chip {
padding: 8px 12px;
height: auto;
line-height: 16px;
}
/*+++++++++*/
/* Buttons */
/*+++++++++*/
Loading