rbro-tat-uds 1.4.9 → 1.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -10502,8 +10502,8 @@ const Pt = b.svg`
10502
10502
  cursor: pointer;
10503
10503
  padding: 12px 16px;
10504
10504
  min-height: ${({ $line1Text: e }) => e && e.length ? "79px" : "60px"};
10505
- height: auto;
10506
10505
  display: flex;
10506
+ height: auto;
10507
10507
  flex-direction: column;
10508
10508
  gap: 4px;
10509
10509
  border-bottom: 1px solid ${t.gray_100};
@@ -10516,7 +10516,7 @@ const Pt = b.svg`
10516
10516
  & > div:nth-child(1) {
10517
10517
  display: flex;
10518
10518
  justify-content: space-between;
10519
- align-items: center;
10519
+ align-items: flex-start;
10520
10520
  gap: 2px;
10521
10521
 
10522
10522
  & > span:nth-child(1) {