mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(style) if owner name to long - it's reduce
This commit is contained in:
parent
9a200bc2bf
commit
c5d4fefdf9
1 changed files with 14 additions and 0 deletions
|
|
@ -216,6 +216,20 @@ body {
|
|||
margin-right: 27px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.owner {
|
||||
display : inline-block;
|
||||
width : 14%;
|
||||
text-overflow : ellipsis;
|
||||
overflow : hidden;
|
||||
/* when inline-block
|
||||
* vertical align should be
|
||||
* set top to prevent additional
|
||||
* spaces behind lines
|
||||
*/
|
||||
vertical-align : top;
|
||||
}
|
||||
|
||||
.mode {
|
||||
float: right;
|
||||
width: 23%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue