{$this field rule} input
{
width: 100px;
}
If this sample still doesn't work, it's possible that the min-width of the button is being set elsewhere. You can test if this is the issue by setting the min-width in your Field CSS as below.
{$this field rule} input
{
width: 10px;
min-width: 10px !important;
}
Chris
___________________________
Christopher Gillis
Aras Labs Software Engineer{$this field rule} input
{
width: 100px;
}
If this sample still doesn't work, it's possible that the min-width of the button is being set elsewhere. You can test if this is the issue by setting the min-width in your Field CSS as below.
{$this field rule} input
{
width: 10px;
min-width: 10px !important;
}
Chris
___________________________
Christopher Gillis
Aras Labs Software EngineerCopyright © 2025 Aras. All rights reserved.