1140, make tooltips responsive

This commit is contained in:
Ahmed Ejaz 2023-08-30 13:49:15 +05:00
parent 5c0df83831
commit d4b0fadeb2
1 changed files with 8 additions and 0 deletions

View File

@ -46,6 +46,10 @@
.license-body {
width: calc(100% - 250px);
}
.hint--large::after{
width: 150px;
}
}
/* iPads (portrait) ----------- */
@ -162,6 +166,10 @@
.license-rules:not(.license-rules-sidebar) .license-limitations span {
background-position: -14px 0;
}
.hint--large::after{
width: 80px;
}
}
/* Smartphones (portrait) ----------- */