diff --git a/services/web/app/views/project/editor/share.pug b/services/web/app/views/project/editor/share.pug index 98513dc49b..f3c87c6eb7 100644 --- a/services/web/app/views/project/editor/share.pug +++ b/services/web/app/views/project/editor/share.pug @@ -12,7 +12,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate') //- Private (with token-access available) .row.public-access-level(ng-show="project.publicAccesLevel == 'private'") .col-xs-12.text-center - | #{translate('link_sharing_is_off')}. + | #{translate('link_sharing_is_off')} |    a( href diff --git a/services/web/public/stylesheets/app/editor/share.less b/services/web/public/stylesheets/app/editor/share.less index ba1e79f4b1..13613af561 100644 --- a/services/web/public/stylesheets/app/editor/share.less +++ b/services/web/public/stylesheets/app/editor/share.less @@ -13,10 +13,9 @@ } .public-access-level { - color: @gray; padding-top: 0; - font-size: 12px; - padding-bottom: @line-height-computed/2; + font-size: 13px; + padding-bottom: @modal-inner-padding; .access-token-display-area { margin-top: @line-height-computed/4; .access-token-wrapper {