Skip to content

Commit 2124571

Browse files
committed
fix: snapshot tests
1 parent f34c56b commit 2124571

2 files changed

Lines changed: 22 additions & 10 deletions

File tree

scss/tests/snapshot-tests/__snapshots__/ouds-web-bootstrap.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* OUDS Web v1.4.0 (https://web.unified-design-system.orange.com/)
44
* Copyright 2014-2026 The OUDS Web Authors
55
* Copyright 2014-2026 Orange SA
6-
* Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/LICENSE)
6+
* Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/main/LICENSE)
77
* This a fork of Bootstrap: Initial license below
88
* Bootstrap v5.3.5 (https://getbootstrap.com/)
99
* Copyright 2011-2026 The Bootstrap Authors
@@ -1653,12 +1653,14 @@ dialog,
16531653
.list-unstyled {
16541654
max-width: initial;
16551655
padding-left: 0;
1656+
margin-bottom: 0;
16561657
list-style: none;
16571658
}
16581659

16591660
.list-inline {
16601661
max-width: initial;
16611662
padding-left: 0;
1663+
margin-bottom: 0;
16621664
list-style: none;
16631665
}
16641666

@@ -5780,6 +5782,7 @@ textarea.form-control-lg {
57805782
.checkbox-item-container {
57815783
max-width: initial;
57825784
padding-left: 0;
5785+
margin-bottom: 0;
57835786
list-style: none;
57845787
margin: 0;
57855788
}
@@ -8281,6 +8284,7 @@ ol.bullet-list > li > ol > li > ol > li::before {
82818284
.chips-container {
82828285
max-width: initial;
82838286
padding-left: 0;
8287+
margin-bottom: 0;
82848288
list-style: none;
82858289
display: flex;
82868290
flex-direction: row;
@@ -9386,11 +9390,11 @@ ol.bullet-list > li > ol > li > ol > li::before {
93869390
--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
93879391
max-width: initial;
93889392
padding-left: 0;
9393+
margin-bottom: 0;
93899394
list-style: none;
93909395
display: flex;
93919396
flex-direction: column;
93929397
padding: var(--bs-navbar-nav-padding-top) var(--bs-navbar-nav-padding-x) var(--bs-navbar-nav-padding-bottom);
9393-
margin-bottom: 0;
93949398
font-size: var(--bs-navbar-nav-font-size);
93959399
line-height: var(--bs-navbar-nav-line-height, var(--bs-font-line-height-body-medium));
93969400
letter-spacing: var(--bs-navbar-nav-letter-spacing, var(--bs-font-letter-spacing-body-medium));
@@ -10841,6 +10845,7 @@ ol.bullet-list > li > ol > li > ol > li::before {
1084110845
--bs-breadcrumb-item-gap: 4px;
1084210846
max-width: initial;
1084310847
padding-left: 0;
10848+
margin-bottom: 0;
1084410849
list-style: none;
1084510850
display: flex;
1084610851
font-size: var(--bs-font-size-label-medium);
@@ -10943,12 +10948,13 @@ ol.bullet-list > li > ol > li > ol > li::before {
1094310948
--bs-pagination-icon-width: calc(0.5rem + 1px);
1094410949
--bs-pagination-icon-height: calc(1rem - 1px);
1094510950
display: flex;
10946-
flex-wrap: wrap;
10947-
margin: var(--bs-pagination-margin-y) 0;
10948-
background-color: transparent;
1094910951
max-width: initial;
1095010952
padding-left: 0;
10953+
margin-bottom: 0;
1095110954
list-style: none;
10955+
flex-wrap: wrap;
10956+
margin: var(--bs-pagination-margin-y) 0;
10957+
background-color: transparent;
1095210958
}
1095310959

1095410960
.page-link {

scss/tests/snapshot-tests/__snapshots__/ouds-web.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* OUDS Web v1.4.0 (https://web.unified-design-system.orange.com/)
44
* Copyright 2014-2026 The OUDS Web Authors
55
* Copyright 2014-2026 Orange SA
6-
* Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/LICENSE)
6+
* Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/main/LICENSE)
77
* This a fork of Bootstrap: Initial license below
88
* Bootstrap v5.3.5 (https://getbootstrap.com/)
99
* Copyright 2011-2026 The Bootstrap Authors
@@ -1434,12 +1434,14 @@ dialog,
14341434
.list-unstyled {
14351435
max-width: initial;
14361436
padding-left: 0;
1437+
margin-bottom: 0;
14371438
list-style: none;
14381439
}
14391440

14401441
.list-inline {
14411442
max-width: initial;
14421443
padding-left: 0;
1444+
margin-bottom: 0;
14431445
list-style: none;
14441446
}
14451447

@@ -3881,6 +3883,7 @@ textarea.form-control-lg {
38813883
.checkbox-item-container {
38823884
max-width: initial;
38833885
padding-left: 0;
3886+
margin-bottom: 0;
38843887
list-style: none;
38853888
margin: 0;
38863889
}
@@ -6270,6 +6273,7 @@ ol.bullet-list > li > ol > li > ol > li::before {
62706273
.chips-container {
62716274
max-width: initial;
62726275
padding-left: 0;
6276+
margin-bottom: 0;
62736277
list-style: none;
62746278
display: flex;
62756279
flex-direction: row;
@@ -7351,11 +7355,11 @@ ol.bullet-list > li > ol > li > ol > li::before {
73517355
--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
73527356
max-width: initial;
73537357
padding-left: 0;
7358+
margin-bottom: 0;
73547359
list-style: none;
73557360
display: flex;
73567361
flex-direction: column;
73577362
padding: var(--bs-navbar-nav-padding-top) var(--bs-navbar-nav-padding-x) var(--bs-navbar-nav-padding-bottom);
7358-
margin-bottom: 0;
73597363
font-size: var(--bs-navbar-nav-font-size);
73607364
line-height: var(--bs-navbar-nav-line-height, var(--bs-font-line-height-body-medium));
73617365
letter-spacing: var(--bs-navbar-nav-letter-spacing, var(--bs-font-letter-spacing-body-medium));
@@ -8682,6 +8686,7 @@ ol.bullet-list > li > ol > li > ol > li::before {
86828686
--bs-breadcrumb-item-gap: 4px;
86838687
max-width: initial;
86848688
padding-left: 0;
8689+
margin-bottom: 0;
86858690
list-style: none;
86868691
display: flex;
86878692
font-size: var(--bs-font-size-label-medium);
@@ -8784,12 +8789,13 @@ ol.bullet-list > li > ol > li > ol > li::before {
87848789
--bs-pagination-icon-width: calc(0.5rem + 1px);
87858790
--bs-pagination-icon-height: calc(1rem - 1px);
87868791
display: flex;
8787-
flex-wrap: wrap;
8788-
margin: var(--bs-pagination-margin-y) 0;
8789-
background-color: transparent;
87908792
max-width: initial;
87918793
padding-left: 0;
8794+
margin-bottom: 0;
87928795
list-style: none;
8796+
flex-wrap: wrap;
8797+
margin: var(--bs-pagination-margin-y) 0;
8798+
background-color: transparent;
87938799
}
87948800

87958801
.page-link {

0 commit comments

Comments
 (0)