Reduce spacing on cards
This commit is contained in:
@@ -825,10 +825,10 @@ nav .active a {
|
||||
/* task inside the board */
|
||||
.task-board {
|
||||
position: relative;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 2px;
|
||||
border: 1px solid #000;
|
||||
padding: 3px;
|
||||
font-size: 0.9em;
|
||||
padding: 2px;
|
||||
font-size: 0.85em;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@@ -868,11 +868,12 @@ a.task-board-collapsed-title {
|
||||
.task-board .dropdown {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.task-board-title {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
@@ -901,8 +902,6 @@ a.task-board-nobody {
|
||||
|
||||
.task-board-category-container {
|
||||
text-align: right;
|
||||
padding-bottom: 2px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.task-board-category {
|
||||
|
||||
Reference in New Issue
Block a user