* Adjust panel hight.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#archivedCards .panel-heading {justify-content: center;}
|
||||
#archivedCards {top: 50px; right: 0px; width: 400px; position: fixed; z-index: 1050; background-color: rgb(255,255,255);}
|
||||
#archivedCards .panel .panel-body {overflow: auto; padding: 10px;}
|
||||
#archivedCards .panel .panel-body {overflow: auto; padding: 10px; height: 100%;}
|
||||
#archivedCards .card {border: 1px solid #ddd; border-radius: 4px; padding: 5px;}
|
||||
#archivedCards .card-list .card {width: 100%;}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
.panel-heading {justify-content: center;}
|
||||
#archivedColumns {top: 50px; right: 0px; width: 400px; position: fixed; z-index: 1050; background-color: rgb(255,255,255);}
|
||||
#archivedColumns .panel .panel-body {overflow: auto; padding: 10px;}
|
||||
#archivedColumns .panel .panel-body {overflow: auto; padding: 10px; height: 100%;}
|
||||
|
||||
Reference in New Issue
Block a user