mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
8c953d2d5b
* Fix #20184 - Prevent overflow within the activity list * removing inline style, updating snap --------- Co-authored-by: Victor Thomas <10986371+vthomas13@users.noreply.github.com>
16 lines
212 B
SCSS
16 lines
212 B
SCSS
.activity-list-item {
|
|
cursor: pointer;
|
|
|
|
&__content-container {
|
|
overflow: hidden;
|
|
}
|
|
|
|
&__primary-currency {
|
|
max-width: 130px;
|
|
|
|
@include screen-sm-min {
|
|
max-width: max-content;
|
|
}
|
|
}
|
|
}
|