fix #58 - kanban column title in safari

Conflicts:
	app/styles/dependencies/mixins.scss
stable
Juanfran 2014-10-06 10:49:38 +02:00
parent 06de6c2756
commit 1f4128a592
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@
} }
@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:'') {
flex-basis: $flex-basis; @include flex($flex-grow);
flex-grow: $flex-grow; @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};