Skip to content

Commit

Permalink
made recommended changes to css
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed May 22, 2024
1 parent 7ee8cfd commit d4cfb29
Showing 1 changed file with 32 additions and 21 deletions.
53 changes: 32 additions & 21 deletions react-client/src/pages/dashboard/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,28 +259,39 @@
}
}

#quick-view-view h3 {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: nowrap;
}

#quick-view-view h3 .form-actions {
margin-top: 0;
padding-top: 0;
padding-left: 0;
}

#quick-view-view h3 .form-actions button {
margin-top: 0;
padding: 0.25rem 0.5rem;
font-size: 1rem;
}
#quick-view-view {
h3 {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: nowrap;

.form-actions {
margin-top: 0;
padding-top: 0;
padding-left: 0;

button {
border-radius: 50%;
position: absolute;
right: 10px;
top: 10px;
height: 32px;
width: 32px;
font-size: .8rem;
padding: 0;

&:hover {
background-color: #ccc;
}
}
}
}

#quick-view-view p.preview-grant {
max-width: 100%;
overflow-wrap: anywhere;
p.preview-grant {
max-width: 100%;
overflow-wrap: anywhere;
}
}

.filter-tags {
Expand Down

0 comments on commit d4cfb29

Please sign in to comment.