fix other syntax error highlited by travis
This commit is contained in:
parent
23e8210a5f
commit
a9d6a354d7
1 changed files with 3 additions and 2 deletions
|
@ -756,15 +756,16 @@ span ~ .panel-header-text {
|
|||
color: #fff;
|
||||
display: inline-block;
|
||||
justify-content: center;
|
||||
padding: 6px 30%;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 30%;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.exit-edit-mode-link img {
|
||||
block-size: 16px;
|
||||
display: inline;
|
||||
transform: scaleX(-1);
|
||||
filter: grayscale(100%) brightness(5);
|
||||
transform: scaleX(-1);
|
||||
inline-size: 16px;
|
||||
margin-inline-end: 5px;
|
||||
vertical-align: bottom;
|
||||
|
|
Loading…
Add table
Reference in a new issue