|
@@ -180,9 +180,11 @@ void LineBuilder::update_last_line()
|
|
x_offset += excess_horizontal_space / 2;
|
|
x_offset += excess_horizontal_space / 2;
|
|
break;
|
|
break;
|
|
case CSS::TextAlign::Right:
|
|
case CSS::TextAlign::Right:
|
|
|
|
+ case CSS::TextAlign::LibwebRight:
|
|
x_offset += excess_horizontal_space;
|
|
x_offset += excess_horizontal_space;
|
|
break;
|
|
break;
|
|
case CSS::TextAlign::Left:
|
|
case CSS::TextAlign::Left:
|
|
|
|
+ case CSS::TextAlign::LibwebLeft:
|
|
case CSS::TextAlign::Justify:
|
|
case CSS::TextAlign::Justify:
|
|
default:
|
|
default:
|
|
break;
|
|
break;
|