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 { .event-inspector {
text-align: center; display: flex;
line-height: 30px; align-items: center;
justify-content: center;
height: 100%;
font-size: $font-size-normal; font-size: $font-size-normal;
font-weight: bold; font-weight: bold;
} }