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

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fizfakovets committed Feb 19, 2023
1 parent cc90584 commit e3b5f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/BaseRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ export default {
justify-content: center;
font-size: 18px;
height: 100%;
overflow: hidden;
}
.extra {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down
2 changes: 1 addition & 1 deletion src/views/LecturerView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default {
.lecturer-img {
width: 100%;
height: 100%;
object-fit: contain;
object-fit: cover;
border-radius: 50%;
}
Expand Down

0 comments on commit e3b5f5e

Please sign in to comment.