fix user powertip ratings overflow

This commit is contained in:
Thibault Duplessis 2019-05-02 08:06:16 +07:00
parent 224f08caee
commit 5566282254

View file

@ -1,7 +1,7 @@
#powerTip,
#miniGame {
@extend %box-radius-force, %popup-shadow;
width: 19em;
width: 20rem;
min-height: 3em;
background: $c-bg-popup;
display: none;
@ -19,6 +19,7 @@
height: 83px;
padding: 4px 5px 4px 2px;
border-bottom: $border;
overflow: hidden;
&__top {
@extend %flex-between;
.left {