mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 03:09:18 +00:00
fix: update the CSS for the event prompt to vertically center it within the container. (#507)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user