SPR-950 changes for mobile header,
Bugfix edit Mode of document
This commit is contained in:
parent
98cf1895ef
commit
4f626e3342
9 changed files with 57 additions and 1 deletions
|
@ -42,6 +42,26 @@
|
|||
color: @color-editBox;
|
||||
}
|
||||
}
|
||||
|
||||
@media @screen_max-xs {
|
||||
div.summary {
|
||||
label[for=edit__summary] {
|
||||
white-space: normal;
|
||||
display: block;
|
||||
width: 100%;
|
||||
span {
|
||||
display: inline-block;
|
||||
padding-bottom: .4rem;
|
||||
}
|
||||
input#edit__summary{
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue