fix(ui): layout of area highlight block content

This commit is contained in:
charlie
2023-02-16 16:52:26 +08:00
committed by Tienson Qin
parent 1130e21004
commit a6c3cca9c0
2 changed files with 44 additions and 38 deletions

View File

@@ -822,12 +822,9 @@ input::-webkit-inner-spin-button {
}
[data-hl-type=area] {
display: flex;
margin-bottom: 10px;
flex-direction: column;
.prefix-link {
display: inline;
padding-top: 5px;
display: block;
}
.hl-page {