mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR: fixed opera vendor prefix for @mixin hide-text-overflow
This commit is contained in:
parent
91b6bd62b1
commit
eac70b6b5b
@ -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