/***BEGIN AssignedToMeWidget.css***/
.assigned-to-me-widget {
  height: 100%; }
  .assigned-to-me-widget .no-data-label {
    position: relative;
    font-size: 14px;
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55));
    word-break: keep-all;
    top: 0px;
    margin-right: 14px;
    margin-left: 14px; }
/***END AssignedToMeWidget.css***/

