1. Support style check: stylelint 2. Add stylelint check in lint-staged husky 2. Update styles Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
16 lines
327 B
Plaintext
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;
|
|
}
|
|
}
|