Skip to content

Commit

Permalink
Style VVT new form
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayvented committed Nov 21, 2023
1 parent 1df008f commit d3d1634
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 368 deletions.
6 changes: 3 additions & 3 deletions assets/styles/tailmater.css
Original file line number Diff line number Diff line change
Expand Up @@ -1097,14 +1097,14 @@ trix-toolbar .trix-button-group.trix-button-group--file-tools {
@apply hidden;
}

trix-editor ol, trix-editor ul, .editor-output ol, .editor-output ul {
trix-editor ol, trix-editor ul, .editor-output ol, .editor-output ul, ul.initial, ol.initial {
margin-left: 25px;
}

trix-editor ul, .editor-output ul {
trix-editor ul, .editor-output ul, ul.initial {
list-style: disc;
}

trix-editor ol, .editor-output ol {
trix-editor ol, .editor-output ol, ol.initial {
list-style: decimal;
}
1 change: 1 addition & 0 deletions src/Controller/VvtController.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public function addVvt(
'vvt' => $vvt,
'activ' => $vvt->getActiv(),
'CTA' => false,
'urlBack' => $this->generateUrl('vvt'),
]);
}

Expand Down
Loading

0 comments on commit d3d1634

Please sign in to comment.