[PATCH links] Hiding a title in mobile view
Export this patch
---
static/css/style.css | 3 +++
1 file changed, 3 insertions(+)
diff --git a/static/css/style.css b/static/css/style.css
index a4f60d6..b5ef736 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -789,6 +789,9 @@ a.bullet-link:before {
.responsive-table {
overflow-x:auto;
}
+ .full-content-title {
+ display: none;
+ }
}
.help-text {
--
2.34.1
Thanks! Pushed.