diff options
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 6b8ddbd..7f0f51b 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -424,7 +424,7 @@ a.link_button_green_large { z-index: 1000; border-radius: 3px; font-size: 1em; - width: 100%; + min-width: 100%; } } |