mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(columns) name-size in firefox (#162)
This commit is contained in:
parent
11c249c8f0
commit
7eff4f7e41
2 changed files with 9 additions and 1 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
width: 59%;
|
width: 59%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.size {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
.owner {
|
.owner {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
.name {
|
.name {
|
||||||
width: 78%;
|
width: 77%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.size {
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.owner {
|
.owner {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue