step 3 text choice url display break word

This commit is contained in:
Tykayn 2022-03-14 17:49:59 +01:00 committed by tykayn
parent 11a9035816
commit d9e0b270b1
2 changed files with 11 additions and 0 deletions

View File

@ -43,6 +43,11 @@ export class StorageService {
*/
@LocalStorage()
public choicesText: ChoiceText[] = [
// {
// name: 'example choice text',
// url_display: 'https://www.cipherbliss.com/wp-content/uploads/2018/03/IMG_20180302_181945-300x169.jpg',
// url_href: 'https://www.cipherbliss.com/wp-content/uploads/2018/03/IMG_20180302_181945-300x169.jpg',
// },
{
name: '',
url_display: '',

View File

@ -19,6 +19,12 @@
color: #6359cf;
a {
text-decoration: underline;
width: 84%;
float: left;
text-align: -webkit-left;
text-overflow: ellipsis;
max-width: 84%;
word-break: break-all;
}
}
}