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

RTL Theme for Bootstrap v3.x

Results 48 bootstrap-rtl issues
Sort by recently updated
recently updated
newest added

Currently there is only v3.3.4 available on the NPM Repository. Can you push v3.4.0 to the npmjs.org as well?

do I have to include both bootstrap-rtl.css or I can just use the bootstrap-flipped.css dose the bootstrap-flipped.css use left align for .right classes and right align for .left classes. is...

I'm using [email protected] and experiencing an issue when putting text within svg components. As you can see in the snapshot below: ![image](https://user-images.githubusercontent.com/5622565/41509171-d692085e-7247-11e8-9438-a26f773451bb.png) The following code snippet shows how the styles...

what about Bootstrap 4 ?

wishlist

The [cropperjs](https://github.com/fengyuanchen/cropper) preview functionality works incorrectly when rtl css is applied. Is it possible to disable your css for certain elements in the page?

in small screen all grid elements such as col-md-1 , col-md-2 , .... lose their floating property and i had to manually add this code in my custom styles file...

In minified file off bootstrap-rtl there is no navbar-right class ``` .navbar-right { float: left !important; } ```

bug

Here is the Html code that I am using ``` Some Label ``` This is how it looks when using using bootstrap-flipped.min.css file ![screenshot_1](https://user-images.githubusercontent.com/24724371/32148102-f0d41328-bcae-11e7-94f0-4a2e6e76f77e.png)

Add .text-left { text-align: right; } .text-right { text-align: left; }

Hi I create RTL v4 bootstrap workflow and here is my project: https://github.com/mmdsharifi/Bootstrap4-RTL hope useful :smiley: