fix: update the CSS for the event prompt to vertically center it within the container. (#507)

This commit is contained in:
Fine0830
2025-10-11 10:25:30 +08:00
committed by GitHub
parent 35125d133b
commit 3cefbf1bd5

View File

@@ -164,8 +164,10 @@ limitations under the License. -->
}
.event-inspector {
text-align: center;
line-height: 30px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-size: $font-size-normal;
font-weight: bold;
}