.test-attachments-grid-view .context-menu {
  float: right;
}

.test-attachments-grid-view .attachments-header {
  font-weight: normal;
  margin-bottom: 0px;
}

.test-attachments-grid-view .attachment-name {
  float: left;
  display: inline-block;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  height: 19px;
}

.test-attachments-grid-view .attachment-name a, .test-attachments-grid-view .attachment-name a:hover {
  color: inherit;
}

.test-attachments-grid-view .attachments-grid {
  overflow-x: hidden;
}
