Skip to content

Commit

Permalink
docs: fix broken css
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Nov 28, 2024
1 parent 15c75d5 commit bc56a49
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
.layout-grid-example {
ix-select,
ix-input,
ix-button {
width: 100%;
}
/*
* SPDX-FileCopyrightText: 2024 Siemens AG
*
* SPDX-License-Identifier: MIT
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/*
* Styles get overwritten by html-test-app css files each build or dev task.
* If you want to modify the example styles do this only inside the html-test-app
*/

.layout-grid-example ix-select,
ix-input,
ix-button {
width: 100%;
}
23 changes: 17 additions & 6 deletions packages/html-test-app/src/preview-examples/form-layout-grid.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
.layout-grid-example {
ix-select,
ix-input,
ix-button {
width: 100%;
}
/*
* SPDX-FileCopyrightText: 2024 Siemens AG
*
* SPDX-License-Identifier: MIT
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/*
* Styles get overwritten by html-test-app css files each build or dev task.
* If you want to modify the example styles do this only inside the html-test-app
*/

.layout-grid-example ix-select,
ix-input,
ix-button {
width: 100%;
}
23 changes: 17 additions & 6 deletions packages/react-test-app/src/preview-examples/form-layout-grid.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
.layout-grid-example {
ix-select,
ix-input,
ix-button {
width: 100%;
}
/*
* SPDX-FileCopyrightText: 2024 Siemens AG
*
* SPDX-License-Identifier: MIT
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/*
* Styles get overwritten by html-test-app css files each build or dev task.
* If you want to modify the example styles do this only inside the html-test-app
*/

.layout-grid-example ix-select,
ix-input,
ix-button {
width: 100%;
}
23 changes: 17 additions & 6 deletions packages/vue-test-app/src/preview-examples/form-layout-grid.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
.layout-grid-example {
ix-select,
ix-input,
ix-button {
width: 100%;
}
/*
* SPDX-FileCopyrightText: 2024 Siemens AG
*
* SPDX-License-Identifier: MIT
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/*
* Styles get overwritten by html-test-app css files each build or dev task.
* If you want to modify the example styles do this only inside the html-test-app
*/

.layout-grid-example ix-select,
ix-input,
ix-button {
width: 100%;
}

0 comments on commit bc56a49

Please sign in to comment.