mirror of
https://github.com/a2nt/silverstripe-font-awesome.git
synced 2024-10-22 17:05:51 +02:00
9 lines
156 B
CSS
9 lines
156 B
CSS
|
* {
|
||
|
-webkit-box-sizing: content-box;
|
||
|
-moz-box-sizing: content-box;
|
||
|
box-sizing: content-box;
|
||
|
}
|
||
|
|
||
|
.iconpicker-popover.popover {
|
||
|
width: 512px;
|
||
|
}
|