Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
84e40bf2
Commit
84e40bf2
authored
Jan 20, 2021
by
Olena Horal-Koretska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update styling not to use fit-content prop
parent
84dd9603
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
app/assets/stylesheets/page_bundles/oncall_schedules.scss
app/assets/stylesheets/page_bundles/oncall_schedules.scss
+0
-6
ee/app/assets/javascripts/oncall_schedules/components/rotations/components/add_edit_rotation_form.vue
...omponents/rotations/components/add_edit_rotation_form.vue
+2
-2
No files found.
app/assets/stylesheets/page_bundles/oncall_schedules.scss
View file @
84e40bf2
...
@@ -37,12 +37,6 @@
...
@@ -37,12 +37,6 @@
&
.gl-modal
.modal-md
{
&
.gl-modal
.modal-md
{
max-width
:
640px
;
max-width
:
640px
;
}
}
// TODO: move to gitlab/ui utilities
// https://gitlab.com/gitlab-org/gitlab/-/issues/297502
.gl-w-fit-content
{
width
:
fit-content
;
}
}
}
//// Copied from roadmaps.scss - adapted for on-call schedules
//// Copied from roadmaps.scss - adapted for on-call schedules
...
...
ee/app/assets/javascripts/oncall_schedules/components/rotations/components/add_edit_rotation_form.vue
View file @
84e40bf2
...
@@ -224,7 +224,7 @@ export default {
...
@@ -224,7 +224,7 @@ export default {
</div>
</div>
</gl-form-group>
</gl-form-group>
</div>
</div>
<div
class=
"gl-
w-fit-content
"
>
<div
class=
"gl-
display-inline-block
"
>
<gl-toggle
<gl-toggle
v-model=
"endDateEnabled"
v-model=
"endDateEnabled"
:label=
"$options.i18n.fields.endsOn.enableToggle"
:label=
"$options.i18n.fields.endsOn.enableToggle"
...
@@ -235,7 +235,7 @@ export default {
...
@@ -235,7 +235,7 @@ export default {
<gl-card
<gl-card
v-if=
"endDateEnabled"
v-if=
"endDateEnabled"
data-testid=
"rotation-ends-on"
data-testid=
"rotation-ends-on"
class=
"gl-border-gray-400 gl-bg-gray-10
gl-w-fit-content
"
class=
"gl-border-gray-400 gl-bg-gray-10"
>
>
<gl-form-group
<gl-form-group
:label=
"$options.i18n.fields.endsOn.title"
:label=
"$options.i18n.fields.endsOn.title"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment