Skip to content

Commit

Permalink
Fixed: long scheduler name layout issue (fixes #43).
Browse files Browse the repository at this point in the history
  • Loading branch information
guryanovev committed Apr 9, 2018
1 parent dda9ceb commit bc4b502
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/CrystalQuartz.Application.Client/app/main-header/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@

.scheduler-caption {
width: 25%;
height: 100%;
overflow: hidden;
float: left;

.scheduler-name {
Expand All @@ -59,14 +61,6 @@
color: #DDDDDD;
background: #555555;
}
/*
&:hover {
text-decoration: none;
.ellipsis {
display: inline-block;
}
}*/
}

.status {
Expand Down

0 comments on commit bc4b502

Please sign in to comment.