CSS - white-space for comments
Posted: Tue Aug 25, 2009 11:50 am
Hello,
if I override Oxygen white-space settings for comments in the following way, it seems to me it doesn't work. For example long lines are not wrapped on Format and Indent action. Is it possible to override this option somehow?
Jan
if I override Oxygen white-space settings for comments in the following way, it seems to me it doesn't work. For example long lines are not wrapped on Format and Indent action.
Code: Select all
oxy|comment {
white-space: normal !important;
}
Jan