Commit d9be1084 authored by Fatih Acet's avatar Fatih Acet

Merge branch '57037-fix-mr-checkboxes-mobile-alignment' into 'master'

Fix MR checkboxes alignment on mobile

Closes #57037

See merge request gitlab-org/gitlab-ce!28845
parents 5901e3ba bea9594e
...@@ -29,8 +29,8 @@ export default { ...@@ -29,8 +29,8 @@ export default {
</script> </script>
<template> <template>
<div class="accept-control inline"> <div class="inline">
<label class="merge-param-checkbox"> <label>
<input <input
:checked="value" :checked="value"
:disabled="isDisabled" :disabled="isDisabled"
......
...@@ -185,46 +185,6 @@ ...@@ -185,46 +185,6 @@
} }
} }
} }
.accept-control {
display: inline-block;
float: left;
margin: 0;
margin-left: 20px;
padding: 5px;
padding-top: 8px;
line-height: 20px;
&.right {
float: right;
padding-right: 0;
}
.modify-merge-commit-link {
padding: 0;
background-color: transparent;
border: 0;
color: $gl-text-color;
&:hover,
&:focus {
text-decoration: underline;
}
}
.merge-param-checkbox {
margin: 0;
}
a .fa-question-circle {
color: $gl-text-color-secondary;
&:hover,
&:focus {
color: $link-hover-color;
}
}
}
} }
.ci-widget { .ci-widget {
...@@ -407,12 +367,6 @@ ...@@ -407,12 +367,6 @@
width: 100%; width: 100%;
text-align: center; text-align: center;
} }
.accept-control {
width: 100%;
text-align: center;
margin: 0;
}
} }
.commit-message-editor { .commit-message-editor {
......
---
title: Fix Merge Request merge checkbox alignment on mobile view
merge_request: 28845
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment