diff --git a/data/web/blogfork.telegram.org/bots/webapps.html b/data/web/blogfork.telegram.org/bots/webapps.html
index 1cfa8d09ab..d6ea59b006 100644
--- a/data/web/blogfork.telegram.org/bots/webapps.html
+++ b/data/web/blogfork.telegram.org/bots/webapps.html
@@ -721,7 +721,7 @@
All these methods return the MainButton object so they can be chained.
SettingsButton
-This object controls the Settings item in the context menu of the Mini App in the Telegram interface.
+NEW This object controls the Settings item in the context menu of the Mini App in the Telegram interface.
diff --git a/data/web/core.telegram.org/bots/webapps.html b/data/web/core.telegram.org/bots/webapps.html
index e92f5a5504..ea20469048 100644
--- a/data/web/core.telegram.org/bots/webapps.html
+++ b/data/web/core.telegram.org/bots/webapps.html
@@ -721,7 +721,7 @@
All these methods return the MainButton object so they can be chained.
SettingsButton
-This object controls the Settings item in the context menu of the Mini App in the Telegram interface.
+NEW This object controls the Settings item in the context menu of the Mini App in the Telegram interface.
diff --git a/data/web/promote.telegram.org/css/promote.css b/data/web/promote.telegram.org/css/promote.css
index 229d842b16..3338086830 100644
--- a/data/web/promote.telegram.org/css/promote.css
+++ b/data/web/promote.telegram.org/css/promote.css
@@ -2218,6 +2218,12 @@ a.pr-account-button-wrap:focus {
.field-readonly .pr-form-control-wrap:after {
display: none;
}
+.pr-form-control-wrap.has-locked .input,
+.pr-form-control-wrap.has-locked input.form-control,
+.pr-form-control-wrap.has-locked .select {
+ padding-right: 40px;
+ text-overflow: ellipsis;
+}
.pr-form-control-wrap.has-photo .pr-form-control,
.pr-form-control-wrap.has-progress.field-loading .pr-form-control {
padding-right: 48px;