diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-15 09:25:26 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-15 09:25:26 +0100 |
commit | 3195cd1c118f5e020ab7e635d5a3dcdad2108b1a (patch) | |
tree | 5b863ec2a3fd3c813ebc770f214228c8046093d2 /client/src/app | |
parent | ad3fa0c56715f98886b1b6400fc54ce7d568d899 (diff) | |
download | PeerTube-3195cd1c118f5e020ab7e635d5a3dcdad2108b1a.tar.gz PeerTube-3195cd1c118f5e020ab7e635d5a3dcdad2108b1a.tar.zst PeerTube-3195cd1c118f5e020ab7e635d5a3dcdad2108b1a.zip |
Fix notification z-index on modals
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html b/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html index 3a8424f68..952235c55 100644 --- a/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html +++ b/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html | |||
@@ -14,7 +14,7 @@ | |||
14 | </div> | 14 | </div> |
15 | </div> | 15 | </div> |
16 | 16 | ||
17 | <div i18n> | 17 | <div class="form-group" i18n> |
18 | This comment can only be seen by you or the other moderators. | 18 | This comment can only be seen by you or the other moderators. |
19 | </div> | 19 | </div> |
20 | 20 | ||
@@ -29,4 +29,4 @@ | |||
29 | </form> | 29 | </form> |
30 | </div> | 30 | </div> |
31 | 31 | ||
32 | </ng-template> \ No newline at end of file | 32 | </ng-template> |