Skip to content

Commit

Permalink
Revert "MAT-7723: Bug fixes in Libraries CQL editor"
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-sb authored Nov 6, 2024
1 parent bb1c1f0 commit 2be6444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/editCqlLibrary/EditCQLLibrary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,8 @@
height: 700px;

.left-panel {
> div {
height: calc(100% - 40px);
overflow: auto;
}
width: 75%;
overflow: hidden;

> .panel-content {
padding-top: 32px;
Expand All @@ -83,6 +81,7 @@
}

.right-panel {
width: 25%;
margin-left: 12px;

> .panel-content {
Expand Down
1 change: 1 addition & 0 deletions src/components/editCqlLibrary/EditCqlLibrary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ const EditCqlLibrary = () => {
/>
<div
style={{
marginBottom: -10,
marginTop: 10,
display: "flex",
flexDirection: "row",
Expand Down

0 comments on commit 2be6444

Please sign in to comment.