public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin][RM-4014]: Alignment issue on German Language under Preferences
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin][RM-4014]: Alignment issue on German Language under Preferences
@ 2021-03-12 07:29 Nikhil Mohite <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Nikhil Mohite @ 2021-03-12 07:29 UTC (permalink / raw)
To: pgadmin-hackers
Hi Hackers,
Please find the attached patch for RM-4014
<https://redmine.postgresql.org/issues/4014;: Alignment issue on German
Language under Preferences.
--
*Thanks & Regards,*
*Nikhil Mohite*
*Software Engineer.*
*EDB Postgres* <https://www.enterprisedb.com/;
*Mob.No: +91-7798364578.*
Attachments:
[application/octet-stream] RM-4014.patch (1.4K, 3-RM-4014.patch)
download | inline diff:
diff --git a/web/pgadmin/static/js/backform.pgadmin.js b/web/pgadmin/static/js/backform.pgadmin.js
index d9d6981d..c12882f1 100644
--- a/web/pgadmin/static/js/backform.pgadmin.js
+++ b/web/pgadmin/static/js/backform.pgadmin.js
@@ -1950,7 +1950,7 @@ define([
helpMessage: null,
},
template: _.template([
- '<label for="<%=cId%>" class="<%=Backform.controlLabelClassName%>"><%=label%></label>',
+ '<label for="<%=cId%>" class="<%=Backform.controlLabelClassName%> text-wrap"><%=label%></label>',
'<div class="<%=Backform.controlsClassName%>">',
' <input type="<%=type%>" id="<%=cId%>" class="<%=Backform.controlClassName%> <%=extraClasses.join(\' \')%>" name="<%=name%>" min="<%=min%>" max="<%=max%>"maxlength="<%=maxlength%>" value="<%-value%>" placeholder="<%-placeholder%>" <%=disabled ? "disabled" : ""%> <%=readonly ? "readonly aria-readonly=true" : ""%> <%=required ? "required" : ""%> />',
' <% if (helpMessage && helpMessage.length) { %>',
diff --git a/web/pgadmin/static/scss/_pgadmin.style.scss b/web/pgadmin/static/scss/_pgadmin.style.scss
index 94a11e50..6a185471 100644
--- a/web/pgadmin/static/scss/_pgadmin.style.scss
+++ b/web/pgadmin/static/scss/_pgadmin.style.scss
@@ -1131,3 +1131,6 @@ select:-webkit-autofill:focus {
#myDropdown a:hover {background-color: $dropdown-link-hover-bg; color:$white !important;}
+.text-wrap {
+ word-break: break-word;
+}
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin][RM-4014]: Alignment issue on German Language under Preferences
@ 2021-03-12 08:04 Akshay Joshi <[email protected]>
parent: Nikhil Mohite <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2021-03-12 08:04 UTC (permalink / raw)
To: Nikhil Mohite <[email protected]>; +Cc: pgadmin-hackers
Thanks, patch applied.
On Fri, Mar 12, 2021 at 12:59 PM Nikhil Mohite <
[email protected]> wrote:
> Hi Hackers,
>
> Please find the attached patch for RM-4014
> <https://redmine.postgresql.org/issues/4014;: Alignment issue on German
> Language under Preferences.
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Software Engineer.*
> *EDB Postgres* <https://www.enterprisedb.com/;
> *Mob.No: +91-7798364578.*
>
--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*
*Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2021-03-12 08:04 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 07:29 [pgAdmin][RM-4014]: Alignment issue on German Language under Preferences Nikhil Mohite <[email protected]>
2021-03-12 08:04 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox