1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

adds missing important on utility classs

This commit is contained in:
Andres Galante 2017-09-07 14:36:01 -03:00 committed by Mark Otto
parent 02c7eae47e
commit aa5e97da04

View file

@ -44,9 +44,9 @@
}
.rounded-circle {
border-radius: 50%;
border-radius: 50% !important;
}
.rounded-0 {
border-radius: 0;
border-radius: 0 !important;
}