/**
 * Orchid Admin Custom Styles
 *
 * 自定義管理後台樣式
 */

/* Quill Editor - 可調整大小 */
.quill {
    resize: vertical;
    overflow: auto;
    min-height: 500px;
}

/* Quill Editor 內容區域 */
.quill .ql-editor {
    min-height: 450px;
}

/* 表格容器 - 防止超出 */
.table-responsive {
    overflow-x: auto;
}

/* 表格 - 自動佈局 */
.table {
    table-layout: auto;
    width: 100%;
}

/* 表格標題欄位 - 允許換行 */
.table td.text-wrap {
    white-space: normal;
    word-break: break-word;
}
