mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Fixed ellipsis and font on item names in item details view when viewed from inventory modal.
This commit is contained in:
parent
9054f70052
commit
7a9d09654d
1 changed files with 10 additions and 0 deletions
|
@ -2,6 +2,16 @@
|
|||
|
||||
#item-details-view
|
||||
|
||||
.big-font
|
||||
text-transform: uppercase
|
||||
font-family: "Open Sans Condensed"
|
||||
font-weight: bold
|
||||
|
||||
.one-line
|
||||
white-space: nowrap
|
||||
overflow: hidden
|
||||
text-overflow: ellipsis
|
||||
|
||||
.nano-content
|
||||
padding: 10px
|
||||
|
||||
|
|
Loading…
Reference in a new issue