ソースを参照

Fix classic compose caption counter

Daniel Supernault 6 年 前
コミット
752c98a086
1 ファイル変更1 行追加1 行削除
  1. 1 1
      resources/views/timeline/partial/new-form.blade.php

+ 1 - 1
resources/views/timeline/partial/new-form.blade.php

@@ -1,4 +1,4 @@
-    <div class="card card-md-rounded-0">
+    <div class="card card-md-rounded-0 metro-classic-compose">
       <div class="card-header bg-white font-weight-bold d-inline-flex justify-content-between">
         <div>{{__('Create New Post')}}</div>
       </div>