1. Support style check: stylelint 2. Add stylelint check in lint-staged husky 2. Update styles Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
11 lines
123 B
Plaintext
11 lines
123 B
Plaintext
.wrapper {
|
|
height: 32px;
|
|
text-align: right;
|
|
}
|
|
|
|
.inner {
|
|
display: inline-block;
|
|
width: 300px;
|
|
overflow: hidden;
|
|
}
|