[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.0-151-g34492a705f
? sunnavy
sunnavy at bestpractical.com
Fri Dec 18 14:03:25 EST 2020
The branch, 5.0-trunk has been updated
via 34492a705f832023bdc4c7524d0c60ddd9f9504c (commit)
from 27406811366309a1f460a5ee6d1cbdf91e57dcb7 (commit)
Summary of changes:
share/static/css/elevator-light/articles.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 34492a705f832023bdc4c7524d0c60ddd9f9504c
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Dec 19 02:54:19 2020 +0800
Reduce the min-width of self service article list
This is to avoid content from overflowing its parent, when the screen is
small or the list is in sidebar.
diff --git a/share/static/css/elevator-light/articles.css b/share/static/css/elevator-light/articles.css
index 9bbd012bd9..f9f6e062d8 100644
--- a/share/static/css/elevator-light/articles.css
+++ b/share/static/css/elevator-light/articles.css
@@ -29,5 +29,5 @@
/* Give it some space to resist the squeeze from parent's mx-auto */
.article-listing-container dl {
- min-width: 30em;
+ min-width: 10em;
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list