Skip to content

Commit 22e2aaa

Browse files
author
Vikas Agarwal
committed
Github issue#1175, Create projects as Draft
— Minor css fix to stabilise the left pane. It is overlapping with right area after introduction of ‘Submit for Review’ button.
1 parent da6e82c commit 22e2aaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/projects/detail/containers/Specification.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
$gray-color: $tc-gray-50;
55
$title-color: $tc-gray-80;
66
$sideBarWidth: 280px;
7+
$sideBarMaxWidth: 360px;
78

89
@mixin flexBox {
910
display: box;
@@ -806,6 +807,7 @@ $sideBarWidth: 280px;
806807

807808
.left-area {
808809
min-width: $sideBarWidth;
810+
max-width: $sideBarMaxWidth;
809811
margin-right: 20px;
810812
}
811813

0 commit comments

Comments
 (0)