Fix setting build actions table width to 100 %

This commit is contained in:
Martchus 2022-03-08 23:44:36 +01:00
parent 7814b8a336
commit 14e6698628
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
font-weight: normal; font-weight: normal;
font-size: 90%; font-size: 90%;
} }
#package-search-section table, #build-action-section > table { #package-search-section table, #build-action-section table {
width: 100%; width: 100%;
} }
#package-search-form input, #package-search-form select { #package-search-form input, #package-search-form select {