MDL-84816 message: Make sure the 'see all' link stays visible

This commit is contained in:
meirzamoodle
2025-04-04 11:27:26 +07:00
parent 137f093797
commit 09260f5c02
3 changed files with 3 additions and 0 deletions
@@ -87,6 +87,7 @@ $content-header-footer-height: $region-header-height + $region-footer-height;
right: 0;
top: 0;
height: $region-container-height;
max-height: 80vh;
width: $region-container-width;
border: $standard-border;
transition: height 0.25s;
+1
View File
@@ -36825,6 +36825,7 @@ body {
right: 0;
top: 0;
height: 500px;
max-height: 80vh;
width: 380px;
border: 1px solid #ddd;
transition: height 0.25s;
+1
View File
@@ -36759,6 +36759,7 @@ body {
right: 0;
top: 0;
height: 500px;
max-height: 80vh;
width: 380px;
border: 1px solid #ddd;
transition: height 0.25s;