Ver código fonte

Merge pull request #4574 from helioguardabaxo/master

Fix div max-width on My Cards table view
Lauri Ojansivu 3 anos atrás
pai
commit
dac85c0a03

+ 1 - 0
client/components/boards/boardArchive.jade

@@ -14,6 +14,7 @@ template(name="archivedBoards")
             i.fa.fa-undo
             | {{_ 'restore-board'}}
           = title
+        span {{ moment archivedAt 'LLL' }}
     else
       li.no-items-message {{_ 'no-archived-boards'}}
 

+ 1 - 0
client/components/main/myCards.css

@@ -63,6 +63,7 @@
 .my-cards-card-title-table {
   font-weight: bold;
   padding-left: 2px;
+  max-width: 243px;
 }
 .my-cards-board-badge {
   width: 36px;