Skip to content

Commit

Permalink
fix: styles issues from past incresing versions[4194]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihar committed Oct 8, 2024
1 parent 18f8c48 commit c637d0a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
border-radius: 6px;
width: 150px;
position: relative;
padding: 9px 10px 8px 44px;
padding: 9px 10px 8px 41px;
box-sizing: border-box;
user-select: none;
cursor: pointer;
Expand Down Expand Up @@ -138,7 +138,7 @@
border-radius: 6px;
width: 150px;
position: relative;
padding: 16px 27px 16px 27px;
padding: 16px 25px 16px 25px;
box-sizing: border-box;
-webkit-user-select: none;
user-select: none;
Expand All @@ -151,4 +151,4 @@

.generate-btn:hover {
background: #0c69df;
}
}

0 comments on commit c637d0a

Please sign in to comment.