Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
leiyre committed May 22, 2024
1 parent df0c4bb commit 6385bcb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export default {
background: palette(white);
min-width: 440px;
border-radius: $border-radius-s;
@include font-size(13px);
overflow: hidden;
@include font-size(13px);
&__content {
max-height: 320px;
overflow: auto;
Expand Down Expand Up @@ -134,9 +134,9 @@ export default {
}
&__value {
width: 100%;
padding-right: $base-space * 3;
font-family: $quaternary-font-family;
word-break: break-all;
padding-right: $base-space * 3;
}
&__copy {
position: absolute;
Expand Down

0 comments on commit 6385bcb

Please sign in to comment.