diff --git a/src/routes/List/TableList.js b/src/routes/List/TableList.js index 0f5ceda7d59568700f5b79c29b76ab8d7d85b61b..8d8f2c264b76f69aa61642d66527786b108bb150 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 aaa64315dacced8fbec9bf73b5ed853b8e70ed12..c0cbdbe8799c4d9fc8e2c926437040517a419d69 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) {