We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db6db9 commit 91e847fCopy full SHA for 91e847f
1 file changed
src/CoreBundle/Resources/views/Portfolio/list.html.twig
@@ -7,9 +7,9 @@
7
8
{% import '@ChamiloCore/Portfolio/items.html.twig' as items %}
9
10
-<div class="row">
+<div class="grid md:grid-cols-12">
11
{% if course %}
12
- <div class="col-md-3">
+ <div class="md:col-span-3">
13
{{ frm_student_list }}
14
15
<hr>
@@ -18,7 +18,7 @@
18
</div>
19
{% endif %}
20
21
- <div class="{{ course ? 'col-md-9' : 'col-xs-12' }}">
+ <div class="{{ course ? 'md:col-span-9' : '' }}">
22
{% if (categories) %}
23
<div class="btn-toolbar">
24
<div class="btn-group" data-toggle="buttons">
0 commit comments