@use '../../../common/scss/global.scss';

:host {
  display: table;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

:host([fixedLayout]) {
  table-layout: fixed;
}
