I have a dashboard having a number of Single value Panels but having a different title with different size(I mean the number of letters in the title).Due to which alignment of Panel in the dashboard doesn't look good. I want to make it uniform.  
Source Code: 
  <panel>
  <single>
    <title>15-TBB Ordersssssssssssssssssssfgfhgfhfghfghfghfghfghfghfghfghfghfghfghfghfghfsssssssssssssssssssssssssssssss</title>
    <search>
      <query>index=xyz "Prospect Management data capture eligibility for request uri: '/build-your-bundle/ajax/captureprospectdetailscompleteorder', method: 'GET', eligibility: 'true'" | dedup _time,host,source,_raw | stats count</query>
      <earliest>-1d@d</earliest>
      <latest>@d</latest>
    </search>
    <option name="colorMode">block</option>
    <option name="drilldown">none</option>
    <option name="linkView">search</option>
    <option name="useColors">1</option>
  </single>
</panel>
  
						
					
					... View more