Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 04a2cf8b rédigé par Eugen Rochko's avatar Eugen Rochko Validation de GitHub
Parcourir les fichiers

Fix incomplete flex style on trends items (#7655)

parent b0b34a5e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -5259,6 +5259,9 @@ noscript {
font-size: 14px;
font-weight: 500;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
&:hover,
&:focus,
......@@ -5271,6 +5274,7 @@ noscript {
}
&__current {
flex: 0 0 auto;
width: 100px;
font-size: 24px;
line-height: 36px;
......@@ -5280,6 +5284,7 @@ noscript {
}
&__sparkline {
flex: 0 0 auto;
width: 50px;
path {
......
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