From c7a87bf1311da615d3fb450b632a563477fbcf15 Mon Sep 17 00:00:00 2001 From: MagicDev Date: Tue, 28 Apr 2026 13:51:11 +0530 Subject: [PATCH 1/3] fix(ui): license text overflow --- assets/css/application.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/application.scss b/assets/css/application.scss index cfc9fb580..8f0e30b42 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -366,6 +366,7 @@ strong { -o-border-radius: 3px; border-radius: 3px; padding: 20px; + overflow-wrap: break-word; } .license-nickname { From 3ddd8362218e2bcaa8afc55156dcd02426d47b8a Mon Sep 17 00:00:00 2001 From: MagicDev Date: Sat, 16 May 2026 06:27:45 +0000 Subject: [PATCH 2/3] fix(ui): replaced pre with textarea --- _layouts/license.html | 2 +- assets/css/application.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/license.html b/_layouts/license.html index 602089dd3..0c5513ae5 100644 --- a/_layouts/license.html +++ b/_layouts/license.html @@ -45,7 +45,7 @@ -
{{ content | replace:"<", "<" | replace:">", ">" }}
+ diff --git a/assets/css/application.scss b/assets/css/application.scss index 8f0e30b42..691f2ed5c 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -355,7 +355,7 @@ strong { width: 700px; } -.license-body pre { +.license-body .license-text { font-family: Consolas, Monaco, Courier, monospace; font-size: 0.875rem; background-color: #fff; From 86eb554e184b7ba292dcddcbbbabe60826c51066 Mon Sep 17 00:00:00 2001 From: MagicDev Date: Sat, 16 May 2026 06:34:49 +0000 Subject: [PATCH 3/3] fix(ui): minor issues --- _layouts/license.html | 2 +- assets/css/application.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/license.html b/_layouts/license.html index 0c5513ae5..558662894 100644 --- a/_layouts/license.html +++ b/_layouts/license.html @@ -45,7 +45,7 @@ - +
{{ content | replace:"<", "<" | replace:">", ">" }}
diff --git a/assets/css/application.scss b/assets/css/application.scss index 691f2ed5c..bbb7446e2 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -355,7 +355,7 @@ strong { width: 700px; } -.license-body .license-text { +.license-body div { font-family: Consolas, Monaco, Courier, monospace; font-size: 0.875rem; background-color: #fff;