diff --git a/store/static/styles.css b/store/static/styles.css index 460be5bf..d954056b 100644 --- a/store/static/styles.css +++ b/store/static/styles.css @@ -44,19 +44,17 @@ body { display: inline-block; word-wrap: break-word; } -.path { - width: 20%; -} -.threshold { - width: 50%; +.size-wrapper { + display: flex; + justify-content: flex-end; } .size { text-align: right; - width: 15%; + margin: 0 .2em; } .master { text-align: right; - width: 10%; + margin: 0 .2em; } .bar { height: 7px; diff --git a/store/views/build.pug b/store/views/build.pug index 9ac6ff18..2afd090f 100644 --- a/store/views/build.pug +++ b/store/views/build.pug @@ -18,8 +18,10 @@