diff options
author | r <r@freesoftwareextremist.com> | 2020-06-02 18:12:47 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-06-02 18:12:47 +0000 |
commit | b5ca78a2e6efa8becc561639e8e9cdf0ab5797df (patch) | |
tree | 89eb4070964ae083a6b19c95be577925fe36aed1 /static | |
parent | 61fbb24db82a24a558933abcfadff286f524c207 (diff) | |
download | bloat-b5ca78a2e6efa8becc561639e8e9cdf0ab5797df.tar.gz bloat-b5ca78a2e6efa8becc561639e8e9cdf0ab5797df.zip |
Fix status width
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 40960d7..8410c77 100644 --- a/static/style.css +++ b/static/style.css @@ -52,6 +52,7 @@ } .status { + flex: 1; } .status-dname { |