Skip to content

Commit 1050b08

Browse files
weaverryandaFish
authored andcommitted
Fixing two minor styling issues
1 parent db5bd19 commit 1050b08

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ux.symfony.com/templates/liveDemoBase.html.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
</div>
1313

1414
{% for message in app.flashes('live_demo_success') %}
15-
<div class="alert alert-success" data-turbo-cache="false">{{ message }}</div>
15+
<div class="container-fluid container-xxl alert alert-success" data-turbo-cache="false">{{ message }}</div>
1616
{% endfor %}
1717

1818
<div class="container-fluid container-xxl px-5 pt-5">
19+
1920
{% block code_block_full %}
2021
<div class="arrow mb-3 d-none d-md-block"></div>
2122

ux.symfony.com/templates/ux_packages/twig-component.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</div>
5151
</div>
5252

53-
<div class="row">
53+
<div class="row my-2">
5454
<div class="col-8">
5555
{{ component('alert', {
5656
type: 'danger',

0 commit comments

Comments
 (0)