Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Jul 28, 2020
1 parent 4ab7650 commit fa28aae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion assets/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ button {
span {
display: inline-flex;
margin-left: 8px;
text-align: left;
}

&:not([disabled]):hover,
Expand Down Expand Up @@ -567,7 +568,7 @@ ol li {

* {
display: inline-flex;
flex-flow: row wrap;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
Expand Down Expand Up @@ -773,3 +774,11 @@ section {
.virtual-list {
overflow: auto;
}

.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
overflow-wrap: break-word;
word-break: break-all;
}

0 comments on commit fa28aae

Please sign in to comment.