skyline/src/pages/network/containers/VirtualAdapter/Detail/index.less
Jingwei.Zhang ce0042945f refactor: Update style
1. Support style check: stylelint
2. Add stylelint check in lint-staged husky
2. Update styles

Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
2022-03-02 11:04:01 +08:00

16 lines
327 B
Plaintext

.detail {
margin: 0 16px;
padding: 24px;
background-color: #fff;
border: 1px solid #efefef;
/* stylelint-disable-next-line selector-class-pattern */
.public_key {
text-overflow: ellipsis;
-ms-word-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
}
}