rejetto forum

How to change button width?

0 Members and 1 Guest are viewing this topic.

Offline constax

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
I changed the default template. I make a translation of the buttons into Russian and placed them as it is convenient for me. Buttons stretch to the default text width. Question... how to change the width of the buttons in the "Actions" block to the full width of the block or make them the same width?  TNX...
« Last Edit: October 22, 2020, 03:36:23 PM by constax »


Offline dj

  • Tireless poster
  • ****
    • Posts: 291
  • 👣 🐾
    • View Profile
    • PWAs
welcome,

add to Diff template
Code: [Select]
[+]
<style>
#actions button {display:block; width:100%;}
</style>