fix #58 - kanban column title in safari

stable
Juanfran 2014-10-06 10:49:38 +02:00
parent 631607a0d8
commit 1c37c93805
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
@mixin table-flex-child($flex-grow: 1, $flex-basis: 300px, $flex-shrink: 0, $width:'') { @mixin table-flex-child($flex-grow: 1, $flex-basis: 300px, $flex-shrink: 0, $width:'') {
@include flex($flex-grow); @include flex($flex-grow);
@include flex-basis($flex-basis); @include flex-basis($flex-basis);
flex-shrink: $flex-shrink; @include flex-shrink($flex-shrink);
width: $flex-basis; width: $flex-basis;
@if #{$width} != null { @if #{$width} != null {
width: #{$width}; width: #{$width};