Skip to content
Snippets Groups Projects
Commit 3f18e570 authored by bbaer's avatar bbaer
Browse files

added vertical text class, feedback 9535

parent 9bd7c285
No related branches found
No related tags found
2 merge requests!251Develop,!241S9535 vertical text
Pipeline #3040 passed
......@@ -634,6 +634,19 @@ select.qfq-locked:invalid {
//display: block;
}
.qfq-vertical {
vertical-align: bottom;
text-align: center;
}
.qfq-vertical span, .qfq-vertical .qfq-vertical-text {
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
transform: rotate(180deg);
white-space: nowrap;
}
// TypeAhead Suggestions
.tt-menu {
background-color: #fff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment