Skip to content

Commit

Permalink
adapt columns size for metadata modal
Browse files Browse the repository at this point in the history
  • Loading branch information
leire committed May 29, 2024
1 parent 39b169c commit 02d54f6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ export default {
flex-basis: 44%;
margin: 0;
@include truncate;
.--intro & {
flex-basis: 100px;
}
}
&__value {
display: flex;
Expand All @@ -145,6 +148,9 @@ export default {
margin: 0;
font-family: $quaternary-font-family;
word-break: break-all;
.--intro & {
flex-basis: 100%;
}
}
&__copy {
opacity: 0;
Expand Down

0 comments on commit 02d54f6

Please sign in to comment.