]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/shared/video-description.component.html
Design video update
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / shared / video-description.component.html
index 7a228857cee215edb5de082c8a59dfb719eb58d5..da66a975332f424d01ea3c2a18b20a2edf7505ea 100644 (file)
@@ -1,6 +1,6 @@
 <textarea
-    [(ngModel)]="description" (ngModelChange)="onModelChange()"
-    id="description" class="form-control" placeholder="My super video">
+  [(ngModel)]="description" (ngModelChange)="onModelChange()"
+  id="description" placeholder="My super video">
 </textarea>
 
 <tabset #staticTabs class="previews">