mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user