mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
bitbake: toastergui: set column width in layer details page
Set the width of the action columns to span2 to stop the buttons from wrapping as much as possible. (Bitbake rev: 4282a92fe3652c52448dba3d5f3fc4e1de28be63) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d4b9b0f416
commit
8a2ec99aad
@@ -254,7 +254,7 @@
|
|||||||
Target version
|
Target version
|
||||||
</th>
|
</th>
|
||||||
<th class="span4">Description</th>
|
<th class="span4">Description</th>
|
||||||
<th>Build target</th>
|
<th class="span2">Build target</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -380,7 +380,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</th>
|
</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
<th>Select machine</th>
|
<th class="span2">Select machine</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user