提交 81e9c1ff 编写于 作者: F Filipa Lacerda

Merge branch 'more-table-widths' into 'master'

Adds an extra width to the responsive tables

See merge request gitlab-org/gitlab-ce!21928
......@@ -39,7 +39,7 @@
.table-section {
white-space: nowrap;
$section-widths: 5 10 15 20 25 30 40 50 100;
$section-widths: 5 10 15 20 25 30 40 50 60 100;
@each $width in $section-widths {
&.section-#{$width} {
flex: 0 0 #{$width + '%'};
......
---
title: Adds an extra width to the responsive tables
merge_request: 21928
author:
type: other
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册