/**
 * @file 主题变量
 * 在这里覆盖antd变量和自定义主题变量
 * @author david wang
 * antd 变量可以在此查看 https://github.com/ant-design/ant-design/blob/3.18.1/components/style/themes/default.less
 */
.button-group > .grc-btn + .grc-btn {
  margin-left: 8px;
}
.text-overflow {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
