<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Miscellaneous fixes.
 */

 /* Fix Gin admin theme applying negative margin. */
.tabs-wrapper[class] {
  margin-inline: 0;
}
</pre></body></html>