﻿.ck-content hr {
    height: 1px;
}

/*解決 table 會多一條底線問題 */
.ck-content .table > :not(caption) > * > * {
    border-bottom-width: inherit;
}