Browse Source

enforce app to stay in the grid cell

Tom 4 years ago
parent
commit
e81bd2d374
1 changed files with 3 additions and 1 deletions
  1. 3 1
      assets/css/styles.css

+ 3 - 1
assets/css/styles.css

@@ -228,6 +228,8 @@ table a{
 	display: flex;
 	flex-direction: column;
 	justify-content: center;
+	flex: 1;
+	overflow: hidden;
 }
 
 .apps_text a{
@@ -553,4 +555,4 @@ table a{
 	#app-address {
 		display: none;
 	}
-}
+}