]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/users/user-edit/user-password.component.html
Improve channel and account display on medium devices
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / users / user-edit / user-password.component.html
index a1e1f62163b6e4ada59d0eebd8c733cc132d2e31..1238d18398cdeac02a61e2b6dc450226ab0f8f3b 100644 (file)
@@ -2,7 +2,7 @@
   <div class="form-group">
 
     <div class="input-group">
-      <input id="password" [attr.type]="showPassword ? 'text' : 'password'"
+      <input id="password" [attr.type]="showPassword ? 'text' : 'password'" class="form-control"
         formControlName="password" [ngClass]="{ 'input-error': formErrors['password'] }"
       >
       <div class="input-group-append">