Skip to content

Commit

Permalink
Fixed the Assignment UI (CircuitVerse#5329)
Browse files Browse the repository at this point in the history
* Fixed the Assignment UI
  • Loading branch information
092vk authored Jan 19, 2025
1 parent 0b16788 commit 5dee163
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@
.groups-members-card {
background-color: $card-green;
border: 1px solid $secondary-green;
border-top: 6px solid $primary-green;
display: inline-block;
height: 100px;
height: 145px;
margin: 18px 10px;
padding: 0 15px;
width: 350px;
Expand Down Expand Up @@ -554,10 +555,11 @@

.row {
flex-wrap: nowrap;
padding-top: 15px;
}

.group-member-button-container {
width: 100%;
width: 52%;

.groups-mentor-card-mini-buttons {
display: flex;
Expand Down

0 comments on commit 5dee163

Please sign in to comment.