Files
edx-platform/lms/static/sass/bootstrap/_base.scss
Andy Armstrong fc3af68e3b Add RTL support for Bootstrap CSS
LEARNER-1705
2017-10-13 00:15:01 -04:00

7 lines
145 B
SCSS

// Open edX: LMS base styles
// ============================
body {
text-align: initial !important; // Bootstrap hard-codes left alignment
}