mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
step 3 text choice url display break word
This commit is contained in:
parent
11a9035816
commit
d9e0b270b1
@ -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: '',
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user