diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-09 10:54:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-09 10:54:47 +0200 |
commit | 644014cc55fcf61e611f2031b125304da086c039 (patch) | |
tree | 283db95ec58ae665254ff896b731a7e32dbc9266 | |
parent | cb28bb92daf1a0e123bc0144030c2bc65b865f4a (diff) | |
download | PeerTube-644014cc55fcf61e611f2031b125304da086c039.tar.gz PeerTube-644014cc55fcf61e611f2031b125304da086c039.tar.zst PeerTube-644014cc55fcf61e611f2031b125304da086c039.zip |
Fix help popover width
-rw-r--r-- | client/src/app/shared/shared-main/misc/help.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/misc/help.component.scss b/client/src/app/shared/shared-main/misc/help.component.scss index 32fafb446..f7a7fea55 100644 --- a/client/src/app/shared/shared-main/misc/help.component.scss +++ b/client/src/app/shared/shared-main/misc/help.component.scss | |||
@@ -19,6 +19,7 @@ | |||
19 | 19 | ||
20 | ::ng-deep { | 20 | ::ng-deep { |
21 | .help-popover { | 21 | .help-popover { |
22 | min-width: 200px; | ||
22 | max-width: 300px; | 23 | max-width: 300px; |
23 | 24 | ||
24 | .popover-body { | 25 | .popover-body { |