Skip to content

Commit d506b44

Browse files
committed
Changing slowly
1 parent 9c79129 commit d506b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/src/modules/composer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ define(['taskbar'], function(taskbar) {
109109
var taskbar = document.getElementById('taskbar');
110110

111111
composer.postContainer = document.createElement('div');
112-
composer.postContainer.className = 'post-window row-fluid';
112+
composer.postContainer.className = 'post-window row';
113113
composer.postContainer.innerHTML = '<div class="span5">' +
114114
'<input type="text" tabIndex="1" placeholder="Enter your topic title here..." />' +
115115
'<div class="btn-toolbar formatting-bar">' +

0 commit comments

Comments
 (0)