@utahdts/utah-design-system 0.5.1 → 0.5.3

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.
@@ -66,15 +66,17 @@ elemental html: h1, h2, h3, ul, li, etc.
66
66
  background: var(--gray-light-color);
67
67
  padding: var(--spacing-s) var(--spacing);
68
68
  border-radius: var(--radius-medium);
69
+ }
70
+ &.pre-block {
69
71
  &--overflow {
70
72
  width: 100%;
71
73
  overflow-x: scroll;
72
74
  box-sizing: border-box;
73
75
  }
74
76
  }
75
- }
76
- .gray-block__overflow-content {
77
- width: max-content;
77
+ .pre-block__overflow-content {
78
+ width: max-content;
79
+ }
78
80
  }
79
81
 
80
82
  ul, ol {
@@ -870,13 +870,13 @@ elemental html: h1, h2, h3, ul, li, etc.
870
870
  border-radius: var(--radius-medium);
871
871
  }
872
872
 
873
- .utah-design-system pre.gray-block--overflow {
873
+ .utah-design-system pre.pre-block--overflow {
874
874
  width: 100%;
875
875
  overflow-x: scroll;
876
876
  box-sizing: border-box;
877
877
  }
878
878
 
879
- .utah-design-system .gray-block__overflow-content {
879
+ .utah-design-system pre .pre-block__overflow-content {
880
880
  width: max-content;
881
881
  }
882
882