Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kacprzak, Izabella
DRP-InAGlobe-Platform
Commits
782f0487
Commit
782f0487
authored
Jun 17, 2021
by
ras19
Browse files
Styles task previews on dashboard with correct spacing and font sizes/colour [RS]
parent
75409b0e
Pipeline
#203768
passed with stage
in 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/MyProjectTasks.js
View file @
782f0487
...
...
@@ -12,7 +12,7 @@ const MyProjectTasks = ({ tasks, title }) => {
<
h3
><
strong
>
Priority
level
:
<
/strong> {task.priority}</
h3
>
<
h3
><
strong
>
To
be
done
by
:
<
/strong> {task.due_date}</
h3
>
<
Link
to
=
{
`/projects/
${
task
.
project_id
}
`
}
>
<
h4
>
Go
to
project
landing
page
<
/h4
>
<
h4
>
Click
to
see
the
project
details
<
/h4
>
<
/Link
>
<
/div
>
))}
...
...
frontend/src/index.css
View file @
782f0487
...
...
@@ -645,9 +645,24 @@ Note: Beware of modifying this element as it can break the animations - you shou
padding-bottom
:
7px
;
}
.t
odo
-preview
h3
{
.t
ask
-preview
h3
{
font-size
:
10
;
color
:
rgb
(
0
,
0
,
0
);
padding-bottom
:
7px
;
padding-left
:
4px
;
}
.task-preview
h4
{
padding-left
:
6px
;
padding-bottom
:
10px
;
}
.task-preview
h4
:hover
{
font-weight
:
bolder
;
color
:
blue
;
}
.task-preview
a
{
text-decoration
:
none
;
padding-top
:
0px
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
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