Skip to content
Extraits de code Groupes Projets
Valider 76d41475 rédigé par trwnh's avatar trwnh Validation de Eugen Rochko
Parcourir les fichiers

[UI] Fix whitespace being applied to div instead of p (#9968)

* fix large line breaks

* fix ascii art posts
parent 2557cb2f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -638,7 +638,6 @@ ...@@ -638,7 +638,6 @@
font-weight: 400; font-weight: 400;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: pre-wrap;
padding-top: 2px; padding-top: 2px;
color: $primary-text-color; color: $primary-text-color;
...@@ -662,6 +661,7 @@ ...@@ -662,6 +661,7 @@
p { p {
margin-bottom: 20px; margin-bottom: 20px;
white-space: pre-wrap;
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter