Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Table cell width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andryusha committed Jan 18, 2014
1 parent 587f3eb commit df86ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/grid/_span-columns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$padding: get-padding-for-table-layout($columns, $container-columns);
display: table-cell;
padding-#{$direction}: $padding;
width: flex-grid($columns, $container-columns) + $padding;
width: percentage($columns / $container-columns);
} @else {
float: #{$opposite-direction};

Expand Down

0 comments on commit df86ac0

Please sign in to comment.