diff --git a/src/routes/Dashboard/Workplace.js b/src/routes/Dashboard/Workplace.js index e45529d93ef6d6fff734cf2b6d1dec182a9cae95..64bd8ea3d6ef7c0e717bed2ecd9d2d585793ca81 100644 --- a/src/routes/Dashboard/Workplace.js +++ b/src/routes/Dashboard/Workplace.js @@ -171,9 +171,9 @@ export default class Workplace extends PureComponent { } diff --git a/src/routes/Dashboard/Workplace.less b/src/routes/Dashboard/Workplace.less index 6e3a47d2fe8afc8eb94056c418ba9dc319b02c53..586a7ffb4f4ce8d6880ca72396fb6e9a1e3895a0 100644 --- a/src/routes/Dashboard/Workplace.less +++ b/src/routes/Dashboard/Workplace.less @@ -141,6 +141,9 @@ } @media screen and (max-width: @screen-xl) and (min-width: @screen-lg) { + .activeCard { + margin-bottom: 24px; + } .members { margin-bottom: 0; } @@ -153,6 +156,9 @@ } @media screen and (max-width: @screen-lg) { + .activeCard { + margin-bottom: 24px; + } .members { margin-bottom: 0; }