+
- {{ `${study.Modalities} (${study.SeriesCount})` }}
+ {{ study.StudyCode }}
+ {{ `${study.Modalities}(${study.SeriesCount})` }}
{{ $t('trials:ptData:title') }}
@@ -332,20 +332,35 @@ export default {
text-align: left;
color: #d0d0d0;
padding: 2px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
+ white-space: normal;
+ overflow: visible;
}
.study-meta-line {
- display: inline-flex;
- align-items: center;
- gap: 6px;
+ // display: grid;
+ // grid-template-columns: minmax(0, 1fr) auto;
+ // align-items: start;
+ // gap: 6px;
vertical-align: middle;
+ width: 100%;
+ min-width: 0;
+ }
+ .study-meta-main {
+ display: block;
+ min-width: 0;
+ white-space: normal;
+ overflow-wrap: anywhere;
+ flex: 1;
+ }
+ .study-code,
+ .study-modality {
+ white-space: normal;
+ margin: 0 2px;
}
.patient-info {
display: inline-flex;
align-items: center;
line-height: 1;
+ flex: 0 0 auto;
}
.ps {
@@ -430,7 +445,7 @@ export default {
background-color: #000 !important;
color: #ddd;
border-bottom-color: #5a5a5a;
- padding-left: 5px;
+ padding-left: 1px;
min-height: 40px;
height: auto;
line-height: 20px;