1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 11:51:27 +00:00

fix path width (#3853)

This commit is contained in:
Michael An
2019-07-16 11:01:04 +08:00
committed by Daniel Pan
parent 1ba89e7f05
commit 83184eead6

View File

@@ -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;