issues.css.scss 245 Bytes
Newer Older
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
1 2 3 4 5 6 7 8 9 10 11 12
.issue-number {
  float: left;
  border-radius: 5px;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 14px 8px;
  width: 40px;
  margin-right: 10px;
  color: #444;
}

13 14 15
#issue_assignee_id {
  width:300px;
}