From 83184eead65333e6865d3a80d3ce51b3a8521b0a Mon Sep 17 00:00:00 2001 From: Michael An <2331806369@qq.com> Date: Tue, 16 Jul 2019 11:01:04 +0800 Subject: [PATCH] fix path width (#3853) --- frontend/src/css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/css/layout.css b/frontend/src/css/layout.css index 4b5ce5a4d8..289434c37d 100644 --- a/frontend/src/css/layout.css +++ b/frontend/src/css/layout.css @@ -290,7 +290,7 @@ img[src=""],img:not([src]){ /* for first loading img*/ display: flex; align-items: center; word-break: keep-all; - width: 90%; + max-width: 80%; } .path-container a { max-height: 50px;