Skip to content

Commit

Permalink
IBX-241: Subitems - priority buttons hidden behind most-right column
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed May 14, 2021
1 parent 8e2bd67 commit 4b5c2c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@

&__priority-wrapper {
position: relative;
min-width: calculateRem(140px);

&--focused {
.ez-input {
Expand All @@ -113,7 +114,7 @@
display: flex;
align-items: center;
justify-content: center;
right: calculateRem(-57px);
right: 0;
top: 0;
width: calculateRem(62px);
height: calculateRem(44px);
Expand Down

0 comments on commit 4b5c2c1

Please sign in to comment.