Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit e3b5f5e

Browse files
author
Artem Netsvetaev
committed
minor improvements
1 parent cc90584 commit e3b5f5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BaseRow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ export default {
4949
justify-content: center;
5050
font-size: 18px;
5151
height: 100%;
52+
overflow: hidden;
5253
}
5354
.extra {
54-
width: 100%;
5555
overflow: hidden;
5656
text-overflow: ellipsis;
5757
white-space: nowrap;

src/views/LecturerView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default {
133133
.lecturer-img {
134134
width: 100%;
135135
height: 100%;
136-
object-fit: contain;
136+
object-fit: cover;
137137
border-radius: 50%;
138138
}
139139

0 commit comments

Comments
 (0)