Skip to content
Snippets Groups Projects
Commit 29a70d15 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1902872 by echoz, keyhitman, kim.pepper, Shyamala: Tips for Text format...

Issue #1902872 by echoz, keyhitman, kim.pepper, Shyamala: Tips for Text format filters have excessive left|right padding on narrow screens.
parent db718110
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,12 @@
}
.filter-help a {
background-position: left center;
padding: 0 0 0 20px;
}
/**
* Improve filter tips position.
*/
.tips {
padding-right: 0;
}
......@@ -32,7 +32,7 @@
}
.filter-help a {
background: transparent url(../../misc/help.png) right center no-repeat; /* LTR */
padding: 0 20px;
padding: 0 20px 0 0; /* LTR */
}
.text-format-wrapper .description {
......@@ -45,3 +45,10 @@
padding-bottom: 0;
padding-top: 0;
}
/**
* Improve filter tips position.
*/
.tips {
padding-left: 0; /* LTR */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment