mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(style) prevent text from wrapping in .size and .owner
This commit is contained in:
parent
17cb534cf3
commit
ae83d1276a
1 changed files with 2 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ body {
|
|||
text-align: right;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space : nowrap;
|
||||
}
|
||||
|
||||
.owner {
|
||||
|
|
@ -224,6 +225,7 @@ body {
|
|||
width : 14%;
|
||||
text-overflow : ellipsis;
|
||||
overflow : hidden;
|
||||
white-space : nowrap;
|
||||
/* when inline-block
|
||||
* vertical align should be
|
||||
* set top to prevent additional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue