Skip to content

Commit

Permalink
Task sub row alignment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Nov 22, 2022
1 parent 6e4410a commit 6b5d064
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ui/app/styles/components/task-sub-row.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
$taskSubRowBackground: #f9f9f9;

table tbody .task-sub-row {
td {
border-top: 2px solid white;

border-top: 2px solid $taskSubRowBackground;
background-color: $taskSubRowBackground;
padding: 0.75em 1.5em;
.name-grid {
display: inline-grid;
grid-template-columns: auto 1fr;
margin-left: 4rem;
gap: 1rem;

.task-name {
Expand All @@ -27,6 +29,7 @@ table tbody .task-sub-row {
color: $blue;
text-decoration: underline;
font-weight: normal;
background-color: transparent;
svg {
color: black;
margin-right: 5px;
Expand Down

0 comments on commit 6b5d064

Please sign in to comment.