streams: Fix width bug with stream creation form footer.

The footer was a few pixels short and would create a gap in the bottom
right hand corner of the streams overlay when the stream creation flow
is open.
This commit is contained in:
Brock Whittaker 2017-11-15 16:33:19 -08:00 committed by Steve Howell
parent 1514ea9be6
commit 3c4900205c
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ form#add_new_subscription {
#subscription_overlay #stream-creation .modal-footer {
position: absolute;
bottom: 0;
width: calc(100% - 30px);
width: calc(100% - 27px);
}
#stream-creation .stream-creation-body {