Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
actual-vt-capstone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danieljk
actual-vt-capstone
Commits
8167ea8a
Unverified
Commit
8167ea8a
authored
1 year ago
by
Matiss Janis Aboltins
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix multiline label in schedules modal (#1687)
parent
42e1b5ca
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/desktop-client/src/components/schedules/EditSchedule.js
+5
-11
5 additions, 11 deletions
...s/desktop-client/src/components/schedules/EditSchedule.js
upcoming-release-notes/1687.md
+6
-0
6 additions, 0 deletions
upcoming-release-notes/1687.md
with
11 additions
and
11 deletions
packages/desktop-client/src/components/schedules/EditSchedule.js
+
5
−
11
View file @
8167ea8a
...
...
@@ -527,8 +527,8 @@ export default function ScheduleDetails({ modalProps, actions, id }) {
<
FormLabel
title
=
"
Date
"
/>
<
/View
>
<
Stack
direction
=
"
row
"
align
=
"
flex-start
"
>
<
View
style
=
{{
flex
:
1
,
width
:
'
13.44rem
'
}}
>
<
Stack
direction
=
"
row
"
align
=
"
flex-start
"
justify
=
"
space-between
"
>
<
View
style
=
{{
width
:
'
13.44rem
'
}}
>
{
repeats
?
(
<
RecurringSchedulePicker
value
=
{
state
.
fields
.
date
}
...
...
@@ -569,7 +569,6 @@ export default function ScheduleDetails({ modalProps, actions, id }) {
<
View
style
=
{{
marginTop
:
5
,
flex
:
1
,
flexDirection
:
'
row
'
,
alignItems
:
'
center
'
,
userSelect
:
'
none
'
,
...
...
@@ -587,12 +586,7 @@ export default function ScheduleDetails({ modalProps, actions, id }) {
<
/label
>
<
/View
>
<
View
style
=
{{
alignItems
:
'
flex-end
'
,
flex
:
1
,
}}
>
<
Stack
align
=
"
flex-end
"
>
<
View
style
=
{{
marginTop
:
5
,
...
...
@@ -636,7 +630,7 @@ export default function ScheduleDetails({ modalProps, actions, id }) {
<
/Text
>
{
!
adding
&&
state
.
schedule
.
rule
&&
(
<
Stack
direction
=
"
row
"
align
=
"
center
"
style
=
{{
marginTop
:
3
0
}}
>
<
Stack
direction
=
"
row
"
align
=
"
center
"
style
=
{{
marginTop
:
2
0
}}
>
{
state
.
isCustom
&&
(
<
Text
style
=
{{
...
...
@@ -654,7 +648,7 @@ export default function ScheduleDetails({ modalProps, actions, id }) {
<
/Button
>
<
/Stack
>
)}
<
/
View
>
<
/
Stack
>
<
/Stack
>
<
View
style
=
{{
marginTop
:
30
,
flex
:
1
}}
>
...
...
This diff is collapsed.
Click to expand it.
upcoming-release-notes/1687.md
0 → 100644
+
6
−
0
View file @
8167ea8a
---
category
:
Bugfix
authors
:
[
MatissJanis
]
---
Fix a checkbox label sometimes appearing in multiple lines in the schedules modal
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment