Update Problem UI (Problem Information) (#94)

This commit is contained in:
Van Duc Le 2023-11-16 20:02:36 -06:00 committed by GitHub
parent 20f55047b8
commit 5cbf3489b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 51 additions and 48 deletions

View file

@ -416,3 +416,19 @@ ul.problem-list {
}
}
}
.new-problem-info {
background-color: #fff6dd;
border-radius: 25px;
font-size: 14px;
height: 25px;
width: 100%;
display: table;
padding: 5px;
margin-top: 12px;
}
.info-block {
display:table-cell;
vertical-align:middle;
}