From 9be2358b4d03a6b730348c0b5a7e0d812105c625 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 27 Oct 2017 15:51:01 +0800 Subject: [PATCH] fix style --- src/routes/List/TableList.js | 2 +- src/routes/List/TableList.less | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/routes/List/TableList.js b/src/routes/List/TableList.js index 0f5ceda7..8d8f2c26 100644 --- a/src/routes/List/TableList.js +++ b/src/routes/List/TableList.js @@ -175,7 +175,7 @@ export default class TableList extends PureComponent { - + diff --git a/src/routes/List/TableList.less b/src/routes/List/TableList.less index aaa64315..c0cbdbe8 100644 --- a/src/routes/List/TableList.less +++ b/src/routes/List/TableList.less @@ -20,6 +20,9 @@ flex: 1; } } + .sumbitButtons { + white-space: nowrap; + } } @media screen and (max-width: @screen-lg) { -- GitLab