Parcourir la source

Fixed station card displayName overflow

Owen Diffey il y a 4 ans
Parent
commit
146de836ec
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      frontend/components/pages/Home.vue

+ 2 - 2
frontend/components/pages/Home.vue

@@ -447,9 +447,7 @@ html {
 			.displayName {
 				display: flex;
 				align-items: center;
-				word-wrap: break-word;
 				width: 80%;
-				word-wrap: break-word;
 				overflow: hidden;
 				text-overflow: ellipsis;
 				display: flex;
@@ -463,6 +461,8 @@ html {
 					display: inline;
 					margin-right: 6px;
 					line-height: 30px;
+					text-overflow: ellipsis;
+					overflow: hidden;
 				}
 
 				i {