Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/**
* www.stgguaiba.com.br/versao-mobile - text on right side of table has line breaks
*
* The page's design is fragile, leading to line-breaks in Firefox. We can avoid them.
*/
#comp-kt7lh89a p.font_8.wixui-rich-text__text {
white-space: nowrap;
}