/*
 * This file belongs to Hoist, an application development toolkit
 * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
 *
 * Copyright © 2026 Extremely Heavy Industries Inc.
 */

.xh-message .xh-form-field {
  margin: 0;
}

.xh-message {
  max-height: 90vh;
  .bp6-dialog-body {
    overflow-y: auto;
  }
}
