Skip to content

Commit 5dee163

Browse files
authored
Fixed the Assignment UI (CircuitVerse#5329)
* Fixed the Assignment UI
1 parent 0b16788 commit 5dee163

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/assets/stylesheets/groups.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,9 @@
163163
.groups-members-card {
164164
background-color: $card-green;
165165
border: 1px solid $secondary-green;
166+
border-top: 6px solid $primary-green;
166167
display: inline-block;
167-
height: 100px;
168+
height: 145px;
168169
margin: 18px 10px;
169170
padding: 0 15px;
170171
width: 350px;
@@ -554,10 +555,11 @@
554555

555556
.row {
556557
flex-wrap: nowrap;
558+
padding-top: 15px;
557559
}
558560

559561
.group-member-button-container {
560-
width: 100%;
562+
width: 52%;
561563

562564
.groups-mentor-card-mini-buttons {
563565
display: flex;

0 commit comments

Comments
 (0)