architwin 1.15.6 → 1.16.1

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.
@@ -676,12 +676,19 @@
676
676
 
677
677
  .at_table_button_row {
678
678
  display: flex;
679
- flex-wrap: nowrap;
680
- flex-direction: row;
681
- justify-content: space-between;
682
- align-items: auto;
683
- align-content: start;
684
- margin-right: 0.5em;
679
+ justify-content: end;
680
+ width: fit-content;
681
+ }
682
+
683
+ .at_table_label_row{
684
+ width: 130px;
685
+ }
686
+
687
+ .at_table_label_row span {
688
+ display: block;
689
+ overflow: hidden;
690
+ text-overflow: ellipsis;
691
+ white-space: nowrap;
685
692
  }
686
693
 
687
694
  /*Form Classes*/
@@ -769,8 +776,8 @@
769
776
  margin-top: 1px;
770
777
  margin-left: 4px;
771
778
  height: 2.45rem;
772
- /* width: 9rem; */
773
- width: 13rem
779
+ width: 100%;
780
+ /* width: 11.75rem */
774
781
  }
775
782
 
776
783
  .at_field_search_input:focus {
@@ -1690,7 +1697,7 @@
1690
1697
  .at_tag_list_pane {
1691
1698
  margin: 6px 6px 0px 6px !important;
1692
1699
  gap: 0px !important;
1693
- padding: 10px 10px 5px 10px !important;
1700
+ padding: 0px 5px 5px 10px !important;
1694
1701
  }
1695
1702
 
1696
1703
  /* Basic styling for the tree */
@@ -2383,11 +2390,6 @@ dialog#at-screen-share-request-modal::backdrop {
2383
2390
  margin-top: 1px;
2384
2391
  }
2385
2392
 
2386
- #at-tag-sort-icon {
2387
- background-color: var(--bg-secondary);
2388
- margin-bottom: 15px;
2389
- margin-right: -15px;
2390
- }
2391
2393
 
2392
2394
  #at-object-sort-icon {
2393
2395
  background-color: var(--bg-secondary);