067e4af440
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'.