xmpp.chapril.org-conversejs/sass/converse/_core.scss
JC Brand 808155bc3c Place chat boxes inside bootstrap rows
instead of the other way around.
2018-01-26 14:41:50 +01:00

7 lines
97 B
SCSS

#conversejs {
.row {
flex-direction: row-reverse;
flex-wrap: nowrap;
}
}