mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #509 from Zauberfisch/patch-2
MINOR: fixed opera vendor prefix for @mixin hide-text-overflow
This commit is contained in:
commit
f3b91618fb
@ -19,7 +19,7 @@
|
|||||||
// could optionally use the compass mixin but that
|
// could optionally use the compass mixin but that
|
||||||
// would require a 3rd party plugin
|
// would require a 3rd party plugin
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
o-text-overflow: ellipsis;
|
-o-text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
//** ----------------------------------------------------
|
//** ----------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user