bootstrap-rtl icon indicating copy to clipboard operation
bootstrap-rtl copied to clipboard

bootstrap-rtl min is missing navbar-right

Open MohamedYoussouf opened this issue 8 years ago • 1 comments

In minified file off bootstrap-rtl there is no navbar-right class

.navbar-right {
    float: left !important;
}

MohamedYoussouf avatar Oct 12 '16 11:10 MohamedYoussouf

if you are using a module loader you need to import "bootstrap-flipped.css", then it will work I faced the same problem

khaled-s avatar Dec 11 '17 19:12 khaled-s