I saw several helpful articles that pointed me in the right direction when I searched on "45deg". I can see the rotate happening in the layout designer:
But when I preview it, the CSS gets overridden:
CSS (so far..):
#q26 div.ng-untouched {
padding:100px 0 0 10px !important;
}
#q26 .fl-table.fl-component .field-label {
transform: rotate(315deg) !important;
//width: 80px !important;
text-align: center !important;
vertical-align: middle !important;
width: 20px !important;
margin: 0px !important;
padding: 0px !important;
padding-top: 10px !important;
white-space: nowrap !important;
}
Anyone already pave this way in the new designer? Thanks so much!