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

This commit is contained in:
meirzamoodle
2025-04-04 11:27:35 +07:00
parent 1b5e5e3c65
commit e8eb81f399
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
@@ -36357,6 +36357,7 @@ body {
right: 0;
top: 0;
height: 500px;
max-height: 80vh;
width: 380px;
border: 1px solid #ddd;
transition: height 0.25s;
+1
View File
@@ -36291,6 +36291,7 @@ body {
right: 0;
top: 0;
height: 500px;
max-height: 80vh;
width: 380px;
border: 1px solid #ddd;
transition: height 0.25s;