aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-profile
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-26 16:39:43 +0100
committerChocobozzz <me@florianbigard.com>2020-11-26 16:39:43 +0100
commite2c1f7795752caf8cde19fdee8b9ab7fb16b0395 (patch)
tree6e3aea0d96ac944c222081178889c85811ebd1fd /client/src/app/+my-account/my-account-settings/my-account-profile
parent0e856b78e9b6aca5e6a48a04af8b747dbc69658f (diff)
downloadPeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.tar.gz
PeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.tar.zst
PeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.zip
Profile settings title consistency
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-profile')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
index 5995bae4a..ec3f6029e 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
+++ b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
@@ -24,7 +24,7 @@ input[type=submit] {
24} 24}
25 25
26textarea { 26textarea {
27 @include peertube-textarea(500px, 150px); 27 @include peertube-textarea(100%, 150px);
28 max-width: 100%; 28 max-width: 100%;
29 29
30 display: block; 30 display: block;