Explorar o código

Pas de retour à la ligne pour les long titres

Le rendu n'était pas top quand le titre de l'application (par défaut,
FreshRSS) était trop long

Il faudra prévoir de limiter la taille du titre à 25 caractères pour les
prochaines versions (voir #274)
Marien Fressinaud %!s(int64=12) %!d(string=hai) anos
pai
achega
b592b60e32

+ 1 - 0
public/themes/default/freshrss.css

@@ -14,6 +14,7 @@
 	}
 		.header > .item.title {
 			width: 250px;
+			white-space: nowrap;
 		}
 			.header > .item.title .logo {
 				display: inline-block;

+ 1 - 0
public/themes/flat-design/freshrss.css

@@ -17,6 +17,7 @@ body {
 	}
 		.header > .item.title {
 			width: 250px;
+			white-space: nowrap;
 		}
 			.header > .item.title .logo {
 				display: inline-block;