|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 | 6 | <meta charset="utf-8">
|
7 | 7 |
|
8 |
| - <title>Playground</title> |
| 8 | + <title>Label</title> |
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
10 | 10 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
11 | 11 | <meta charset="utf-8">
|
@@ -81,35 +81,35 @@ <h2>Test show-colon not forcing truncation</h2>
|
81 | 81 | <h2>label + input</h2>
|
82 | 82 | <div style="display: flex; align-items: center">
|
83 | 83 | <ui5-label id="label-for-ui5-input" for="form-ui5-input" style="width: 100px" required>Reprehenderit amet cillum tempor ex eu dolor adipisicing reprehenderit pariatur</ui5-label>
|
84 |
| - <ui5-input style="width: 320px; margin-left: 16px;" id="form-ui5-input"></ui5-input> |
| 84 | + <ui5-input style="width: 320px; margin: 0 16px;" id="form-ui5-input"></ui5-input> |
85 | 85 | </div>
|
86 | 86 |
|
87 | 87 | <br>
|
88 | 88 |
|
89 | 89 | <div style="display: flex; align-items: center">
|
90 | 90 | <ui5-label id="label-for-native-input" for="native-input" style="width: 100px" show-colon wrap required>Reprehenderit amet cillum tempor ex eu dolor adipisicing reprehenderit pariatur</ui5-label>
|
91 |
| - <input style="width: 320px; margin-left: 16px;" id="native-input"></input> |
| 91 | + <input style="width: 320px; margin: 0 16px;" id="native-input"></input> |
92 | 92 | </div>
|
93 | 93 |
|
94 | 94 | <br>
|
95 | 95 |
|
96 | 96 | <div style="display: flex; align-items: center">
|
97 | 97 | <ui5-label id="label-for-ui5-textarea" for="ui5-textarea" style="width: 100px" show-colon>Reprehenderit amet cillum tempor ex eu dolor adipisicing reprehenderit pariatur</ui5-label>
|
98 |
| - <ui5-textarea style="width: 320px; margin-left: 16px;" id="ui5-textarea"></ui5-textarea> |
| 98 | + <ui5-textarea style="width: 320px; margin: 0 16px;" id="ui5-textarea"></ui5-textarea> |
99 | 99 | </div>
|
100 | 100 |
|
101 | 101 | <br>
|
102 | 102 |
|
103 | 103 | <div style="display: flex; align-items: center">
|
104 | 104 | <ui5-label id="label-for-native-textarea" for="native-textarea" style="width: 100px" required>Reprehenderit amet cillum tempor ex eu dolor adipisicing reprehenderit pariatur</ui5-label>
|
105 |
| - <textarea style="width: 320px; margin-left: 16px;" id="native-textarea"></textarea> |
| 105 | + <textarea style="width: 320px; margin: 0 16px;" id="native-textarea"></textarea> |
106 | 106 | </div>
|
107 | 107 |
|
108 | 108 | <br>
|
109 | 109 |
|
110 | 110 | <div style="display: flex; align-items: center">
|
111 | 111 | <ui5-label id="label-for-ui5-datepicker" for="ui5-datepicker" style="width: 100px" show-colon required>Reprehenderit amet cillum tempor ex eu dolor adipisicing reprehenderit pariatur</ui5-label>
|
112 |
| - <ui5-datepicker style="width: 320px; margin-left: 16px;" id="ui5-datepicker"></ui5-datepicker> |
| 112 | + <ui5-datepicker style="width: 320px; margin: 0 16px;" id="ui5-datepicker"></ui5-datepicker> |
113 | 113 | </div>
|
114 | 114 | </section>
|
115 | 115 | </body>
|
|
0 commit comments