Fixed width of rows in upload modal
This commit is contained in:
parent
1dece87434
commit
4cff63d500
BIN
dist/main.css
vendored
BIN
dist/main.css
vendored
Binary file not shown.
@ -282,7 +282,7 @@
|
||||
a.name {
|
||||
float: left;
|
||||
padding: 5px 10px;
|
||||
width: calc(70% - 20px);
|
||||
width: 70%;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
@ -292,7 +292,7 @@
|
||||
a.status {
|
||||
float: left;
|
||||
padding: 5px 10px;
|
||||
width: calc(30% - 20px);
|
||||
width: 30%;
|
||||
color: white(.5);
|
||||
font-size: 14px;
|
||||
text-align: right;
|
||||
|
Loading…
Reference in New Issue
Block a user