From 28af87391d49b38521bf50c8cf28db704c80b19d Mon Sep 17 00:00:00 2001 From: orangemug Date: Tue, 22 May 2018 21:43:35 +0100 Subject: [PATCH] Fixed public source button size. --- src/styles/_modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 4fe3acf..0e93dca 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -136,6 +136,7 @@ font-size: $font-size-5; color: $color-lowgray; background-color: transparent; + width: 100%; @include flex-row; }