fixed ripple container size

This commit is contained in:
FezVrasta 2016-08-02 21:25:48 +02:00
parent ee62892b21
commit 4399547a75

View File

@ -4,6 +4,11 @@
border-radius: 0;
@include box-shadow($bmd-shadow-2dp);
// give correct size to ripple container
.navbar-brand {
position: relative;
}
// #853 start - https://github.com/twbs/bootstrap/pull/18976/files
@if $enable-flex {
display: flex;