fix handle inside system
This commit is contained in:
@@ -48,6 +48,15 @@
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
// Fix for SVG scaling issue
|
||||
#lack-of-potential-fixed-container svg {
|
||||
width: 17px !important;
|
||||
height: 17px !important;
|
||||
max-width: 17px !important;
|
||||
max-height: 17px !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.lack-of-potential-wrapper::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user