Browse Source

Labels in Card Details are now centered if the label is wrapped

Martin Filser 3 years ago
parent
commit
e8c9222283
2 changed files with 5 additions and 8 deletions
  1. 0 4
      client/components/cards/cardDetails.styl
  2. 5 4
      client/components/cards/labels.styl

+ 0 - 4
client/components/cards/cardDetails.styl

@@ -230,10 +230,6 @@ avatar-radius = 50%
     font-weight: bold
     color: #4d4d4d
 
-  .card-label
-    padding-top: 5px
-    padding-bottom: 5px
-
   .activities
     padding-top: 10px
 

+ 5 - 4
client/components/cards/labels.styl

@@ -2,6 +2,7 @@
 
 // XXX Use .board-widget-labels as a flexbox container
 .card-label
+  border: 1px solid #000000
   border-radius: 4px
   color: white  //Default white text, in select cases,  changed to black to improve contrast between label colour and text
   display: inline-block
@@ -14,7 +15,7 @@
   min-width: 8px
   word-wrap: break-word
   min-height: 18px
-  vertical-align: bottom
+  vertical-align: middle
   white-space: initial
   overflow: initial
 
@@ -28,12 +29,13 @@
 
   &.add-label
     box-shadow: 0 0 0 2px darken(white, 25%) inset
+    border: initial
 
     &:hover, &.is-active
       box-shadow: 0 0 0 2px darken(white, 60%) inset
 
-    i.fa-plus
-      margin-top: 3px
+  p
+    margin: 0px
 
 .palette-colors
   display: flex
@@ -48,7 +50,6 @@
 .card-label-white
   background-color: #ffffff
   color: #000000 //Black text for better visibility
-  border: 1px solid #c0c0c0
 
 .card-label-white:hover
   color: #aaaaaa //grey text for better visibility