Skip to content

Commit

Permalink
my-issues: Change owner name min width
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Jul 15, 2017
1 parent 3042e93 commit 2d4c899
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions app/assets/stylesheets/less/_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,6 @@ input:-webkit-autofill {
}

.myissues {
.project-owner{
display: none;
}
.user-ul {
.favored {
border-bottom: 1px solid #eee;
Expand All @@ -410,6 +407,10 @@ input:-webkit-autofill {
.project-name {
max-width: 150px;
}
.project-owner{
padding-right: 0;
max-width: 60px;
}
}
.no-result {
display: none;
Expand Down
2 changes: 2 additions & 0 deletions app/assets/stylesheets/less/_usermenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,9 @@
flex-shrink: 3;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 100px;
min-width: 40px;
a {
&:hover {
text-decoration: underline;
Expand Down
4 changes: 2 additions & 2 deletions dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# User this restart shell just for example
#
PORT=9000
YONA_DATA=.;export YONA_DATA
act=/Users/doortts/dev/play2/activator
YONA_DATA=/Users/doortts/apps/activator-1.2.10-minimal/yona;export YONA_DATA
act=../activator

pid=`ps -ef | grep java | grep activator-launch | awk '{print $2}'`
kill $pid
Expand Down

0 comments on commit 2d4c899

Please sign in to comment.