法语翻译:如何在<a> tag display fully

时间:2016-06-28 05:42:06

标签: html css

enter image description here中制作文字
伙计们看一下附图。 &#34;重置密码&#34;转换为&#34; reinitialisez votre mote de passe&#34;用法语。因此,<a>标记中的文字并未完全显示在iPhone中。 iPhone的<a>代码宽度设置为100%。点击<a>链接后,会在<div>本身内打开一个小表单。我也试过了word-wrap: break-word。不行。

1 个答案:

答案 0 :(得分:1)

您是否尝试将var timer = function() { setTimeout(refreshDashboard, 10000); }; // Run first timer on load. timer(); // Run again every 20 mintues. setInterval(timer, 1200000); 添加到white-space: "normal";标记中?像这样:

a

或者在你的css中:

<a style="white-space: normal !important;">Reset Password</a>