Merge pull request #3561 from tgxworld/make_submit_panel_fluid

FIX: Tagging plugin was blocking composer status on smaller screens.
This commit is contained in:
Sam 2015-06-23 15:51:46 +10:00
commit a589d217c1
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@
}
.submit-panel {
width: 28%;
position: absolute;
display: block;
bottom: 8px;