Skip to content

Commit

Permalink
EPMRPP-86735 || Rule list item is broken when Analyzed Launch has lon…
Browse files Browse the repository at this point in the history
…g name (#3715)
  • Loading branch information
BlazarQSO authored Jan 9, 2024
1 parent 36f3fb6 commit 9b4656b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
.container {
display: flex;
flex: 1;
max-width: calc(100% - 32px);

&.preview-container {
justify-content: flex-end;
Expand All @@ -36,7 +37,7 @@
}

.panel-wrapper {
width: 100%;
width: calc(100% - 48px);
background: $COLOR--bg-000;
box-shadow: 0 1px 3px $COLOR--item-shadow;
border-radius: 4px;
Expand Down

0 comments on commit 9b4656b

Please sign in to comment.