mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°3800 Fix HTML content display for table borders v2
This commit is contained in:
@@ -30,5 +30,8 @@ $body-overflow-y: auto !default;
|
||||
* customize Bulma content variables
|
||||
* See https://bulma.io/documentation/elements/content/
|
||||
*/
|
||||
$content-table-head-cell-border-width: 2px;
|
||||
$content-table-cell-border: 1px solid black;
|
||||
$content-table-cell-border-width: 1px;
|
||||
$content-table-head-cell-border-width: 1px;
|
||||
$content-table-foot-cell-border-width: 1px;
|
||||
$content-table-foot-cell-color: black;
|
||||
|
||||
Reference in New Issue
Block a user