Fix submission css
This commit is contained in:
parent
e996e9e47f
commit
4259b909a0
2 changed files with 11 additions and 4 deletions
|
@ -49,11 +49,14 @@
|
|||
font-size: 1.2em;
|
||||
margin-bottom: 10px;
|
||||
|
||||
.name {
|
||||
.sub-user {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.sub-problem {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.name:hover {
|
||||
.sub-problem:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
@ -89,6 +92,8 @@
|
|||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
margin-right: 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue