dokka icon indicating copy to clipboard operation
dokka copied to clipboard

Dokka 1.9.0 Space for name of inheritor limited without any reason

Open atyrin opened this issue 1 year ago • 2 comments

Describe the bug In 1.8.20 the name of an inheritor class can take the full line: image

In 1.9.0 the space has shrunk: image

open class KotlinSuperclass
class KotlinSubclassWithNameLongEnough: KotlinSuperclass() {}
class KotlinSubclassWithNameLongEnoughButAnother: KotlinSuperclass() {}

Installation

  • Dokka version: 1.9.0

KTL-1331

atyrin avatar Jul 25 '23 14:07 atyrin

Note: it should not break the rendering of tags like @see, which have two columns.

IgnatBeresnev avatar Nov 15 '23 11:11 IgnatBeresnev

This needs additional discussion with a designer

There is a way to prevent inheritors names from wrapping: old

but in the same time it is not obvious that it is a better option in case when there is a lot of info and it looks like a united table

new

Maybe a bigger rework of the UI is needed in this part

berezinant avatar Jan 23 '24 20:01 berezinant