This commit is contained in:
Le Van Duc 2023-11-24 06:09:03 +07:00
parent 2ac300ff02
commit 098b3b9765
4 changed files with 333 additions and 25 deletions

View file

@ -415,20 +415,4 @@ ul.problem-list {
min-width: 7em;
}
}
}
.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;
}