Shame CSS for taskboard table
parent
bd28d92e37
commit
06902994af
|
@ -74,3 +74,6 @@ $prefix-for-spec: true;
|
|||
@import 'layout/project-colors';
|
||||
@import 'layout/kanban';
|
||||
@import 'layout/issues';
|
||||
|
||||
//Shame
|
||||
@import 'shame/shame';
|
||||
|
|
|
@ -12,7 +12,6 @@ $column-margin: 0 10px 0 0;
|
|||
}
|
||||
|
||||
.taskboard-table-header {
|
||||
height: 40px;
|
||||
margin-bottom: .5rem;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
// Shame SCSS decalrations to be refactorized
|
||||
|
||||
// No shame so far...
|
||||
////TASKBOARD-TABLE.SCSS && TASKBOARD-TABLE.JADE////
|
||||
|
||||
//Taskboard table header brokes when added position relative and positionabsolute to its child
|
||||
// No clearfix or known hack fixes it
|
||||
// Could be because of flexbox?
|
||||
// height of the table has been set manually, wich is ugly.
|
||||
.taskboard-table-header {
|
||||
height: 40px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue