summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/repository/components/fork_info.vue
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/repository/components/fork_info.vue')
-rw-r--r--app/assets/javascripts/repository/components/fork_info.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/repository/components/fork_info.vue b/app/assets/javascripts/repository/components/fork_info.vue
index 1da445a7906..e4a10784bd5 100644
--- a/app/assets/javascripts/repository/components/fork_info.vue
+++ b/app/assets/javascripts/repository/components/fork_info.vue
@@ -314,7 +314,7 @@ export default {
>
{{ $options.i18n.inaccessibleProject }}
</div>
- <div class="gl-display-flex gl-xs-display-none!">
+ <div class="gl-display-none gl-sm-display-flex">
<gl-button
v-if="hasCreateMrButton"
class="gl-ml-4"