Skip to content

Commit 805c9ed

Browse files
committed
make the width of #comments to be 100% to match styling of invoice in-app
1 parent aec98e0 commit 805c9ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/ejs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ some_nowhitespace {
221221
#comments {
222222
clear: both;
223223
float: right;
224-
width: 210px;
224+
width: 100%;
225225
}
226226

227227
/*=========================== TABLES =========================*/

0 commit comments

Comments
 (0)