BUGFIX release v2.0.7

git-svn-id: https://plugins.svn.wordpress.org/footnotes/tags/2.0.7@2413896 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2020-11-06 13:01:07 +00:00
parent 362d9e60c6
commit 095112ff21
12 changed files with 164 additions and 83 deletions

View file

@ -4,9 +4,9 @@
* Created-Date: 15.05.14
* Created-Time: 16:21
* Since: 1.0
* Version: 2.0.6
* Version: 2.0.7
*
* Last modified: 2020-11-04T2131+0100
* Last modified: 2020-11-06T1345+0100
*/
@ -127,7 +127,7 @@ span.footnote_tooltip {
border:none !important;
text-align: left !important;
vertical-align: top !important;
padding: 10px 5px 5px 0 !important;
padding: 10px 6px 5px 0 !important;
}
.footnote_plugin_index a,
.footnote_plugin_text a {
@ -138,17 +138,19 @@ span.footnote_tooltip {
text-decoration: underline !important;
}
.footnote_plugin_index {
cursor: pointer;
cursor: pointer;
overflow-wrap: unset;
word-wrap: unset;
word-wrap: normal !important;
word-break: unset;
word-break: keep-all !important;
max-width: 140px;
width: 1px; /*auto-extending column to fit widest*/
white-space: nowrap;
width: 2em; /*auto-extending column to fit widest*/
overflow: hidden;
}
.footnote_index_item {
white-space: nowrap;
}
.footnote_plugin_text {
width: unset; /*unset width of text column to fix site issues*/
}
@ -175,7 +177,7 @@ span.footnote_tooltip {
@media print {
.footnote_tooltip,
.footnote_reference_container_collapse_button,
.footnote_plugin_index_arrow {
.footnote_index_arrow {
display: none;
}
.footnote_plugin_tooltip_text {