feat: Combine start and tile screens
- Combine start and tile content to start screen - Remove tile screen - Remove new css module - Integrate style to start module
This commit is contained in:
parent
ebed5a2d42
commit
2387e08ad0
10 changed files with 247 additions and 267 deletions
|
|
@ -286,12 +286,17 @@ order: 3
|
|||
<td style="width: 50%">Zelle mit Angabe der Breite.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<pre class="pre_code"><code>table.flexible>tr>td+td.truncate.ellipsis+td</code></pre>
|
||||
<table class="flexible">
|
||||
<pre class="pre_code"><code>table.grid>(tr>td+td.ellipsis+td)*2</code></pre>
|
||||
<table class="grid">
|
||||
<tr>
|
||||
<td>Index</td>
|
||||
<td class="truncate ellipsis">Zelle mit viel Inhalt der nicht umbricht und eingeschränkt wird.</td>
|
||||
<td>Zelle mit Angabe der Breite.</td>
|
||||
<td class="ellipsis">Zelle mit viel Inhalt der nicht umbricht und eingeschränkt wird.</td>
|
||||
<td>Inhalt bestimmt die Breite</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>101</td>
|
||||
<td class="ellipsis">Zelle mit viel Inhalt der nicht umbricht und eingeschränkt wird.</td>
|
||||
<td>Zelle</td>
|
||||
</tr>
|
||||
</table>
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue