/**************************************************************/
/*                  ICONS
/**************************************************************/

.icon-text-blocks:not(:has(svg)) { background-image: url("/assets/plugin_assets/redmine_text_blocks/text_signature-17acc890.png"); }

/**************************************************************/
/*                  TextBlocks table
/**************************************************************/

table.list.textblocks tbody td { vertical-align: top; }
table.list.textblocks tbody td.text { text-align: left; }

/**************************************************************/
/*                  TextBlocks template selector
/**************************************************************/

select#textblock-select {
  display: none;
  border: 1px solid #e0e2e3;
  background-color: #f7f7f7;
}

div.jstElements {
  display: inline-flex;
}

table.textblocks th {
  min-width: 100px; /* to ensure columns don't get too narrow */
}

table.textblocks .truncated {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  /* Number of lines to show */
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

@media all and (max-width: 1099px) {
  #textblock-select {
    order: -1;
    margin-right: 6px;
  }
}

@media all and (min-width: 1100px) {
  #textblock-select {
    order: 1;
    margin-left: 6px;
  }
}
