mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Ok, css that doesn't work in all browsers is not an option...
This commit is contained in:
parent
c9b2306827
commit
f721c9591a
1 changed files with 0 additions and 8 deletions
|
@ -232,14 +232,6 @@ $stage-width: 480px;
|
|||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.credit-text {
|
||||
/* Line clamping is not supported in IE, FF yet */
|
||||
display: -webkit-box;
|
||||
overflow: hidden;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
}
|
||||
|
||||
.description-block {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue