]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6406 small ui improvement of a profile item in the list
authorStas Vilchik <vilchiks@gmail.com>
Fri, 17 Apr 2015 09:38:05 +0000 (11:38 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 17 Apr 2015 13:20:42 +0000 (15:20 +0200)
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-profile.hbs

index ea812d191247ffc016c7ea1415b0617abf48c6f4..3a9d461703e851b18bc8bc78976f003469c80ae2 100644 (file)
@@ -8,7 +8,7 @@
     {{/if}}
     <td class="text-top">{{name}}</td>
     {{#if isDefault}}
-      <td class="text-top thin">
+      <td class="text-top thin spacer-left">
         <span class="note pull-right">{{t 'default'}}</span>
       </td>
     {{/if}}