<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* jQuery shorten v0.3.2
* https://github.com/amazingSurge/jquery-shorten
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.shorten-detail {
  display: none;
}

.shorten_expand .shorten-ellipses {
  display: none;
}

.shorten_expand .shorten-detail {
  display: inline;
}
</pre></body></html>