Browse Source

enforce app to stay in the grid cell

Tom 4 năm trước cách đây
mục cha
commit
e81bd2d374
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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;
 	}
-}
+}