067e4af4409f8f1efb1f7066b509b4535a1c3abf
The Bağlantılarım table rendered the pricing summary cell as a vertical <ul> — one rule per line — which doubled or tripled the row height for labs that priced multiple prosthetic types. User asked for the rules to sit on a single line, separated by commas. Switched to an inline <span> with React.Fragment-joined rules, comma separator, and the truncation suffix stays in the same line. Truncation rule unchanged: show first 3, then ', +N kural'.
Description
No description provided
Languages
TypeScript
99.2%
CSS
0.7%