mirror of
https://github.com/friendica/friendica
synced 2024-12-22 22:00:16 +00:00
Correction tab global.css
This commit is contained in:
parent
5cc3b1f2f5
commit
14fa0528cd
1 changed files with 6 additions and 6 deletions
|
@ -793,17 +793,17 @@ summary.wall-item-summary {
|
||||||
/* css instructions notification.tpl */
|
/* css instructions notification.tpl */
|
||||||
/* Flexbox layout to align the icon and text in a single line */
|
/* Flexbox layout to align the icon and text in a single line */
|
||||||
.notif-item a {
|
.notif-item a {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Margin to create space between the icon and the text */
|
/* Margin to create space between the icon and the text */
|
||||||
.notif-image {
|
.notif-image {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
||||||
/* Styles to ensure the text wraps properly after 70 characters */
|
/* Styles to ensure the text wraps properly after 70 characters */
|
||||||
.notif-text {
|
.notif-text {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 70ch;
|
max-width: 70ch;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue