admin: use spacing bootstrap utility
This commit is contained in:
parent
3a65363ebb
commit
a6bc0727b2
7 changed files with 22 additions and 22 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<h2>Exercices résolus : {{ solved_exercices }}/{{ exercices.length }} {{ solved_exercices * 100 / exercices.length | number:0 }}%</h2>
|
||||
|
||||
<dl>
|
||||
<div style="float: left;padding: 0 5px; margin: 5px; border: 1px solid #ccc; border-radius: 3px; min-width: 5vw" ng-repeat="(tid,theme) in themes" class="text-center">
|
||||
<div style="float: left;padding: 0 5px; border: 1px solid #ccc; border-radius: 3px; min-width: 5vw" ng-repeat="(tid,theme) in themes" class="text-center m-1">
|
||||
<dt ng-bind="theme.name"></dt>
|
||||
<dd>
|
||||
<ul class="list-unstyled">
|
||||
|
|
|
|||
Reference in a new issue