This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/storm/storminvoice/storminvoice-nodeview.css

7 lines
No EOL
155 B
CSS

/* Ensures that on viewing an invoice, the table is shown below the other fields */
div.storminvoiceitems {
clear: both;
float: left;
width: 100%;
}