Walys this shorten css code is going to shorten fof pages links. there is no way to getout from this. you can use html in fof pages, so you can use longer links. but you should define your own css code to seperate fof page links from the base css.
to do this create a custom css;
.long_link {
max-width: 100%;
white-space: normal;
}
and then use your links like this;
<div class="long_link"><a href="paste your link here">paste your link here</a></div>